]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Move gimplefe-4[0|1] tests.
authorRobin Dapp <rdapp@linux.ibm.com>
Wed, 17 Mar 2021 08:08:42 +0000 (09:08 +0100)
committerRobin Dapp <rdapp@linux.ibm.com>
Fri, 16 Apr 2021 14:30:47 +0000 (16:30 +0200)
The gimplefe-40.c and gimplefe-41.c test cases require vect_* effective
targets even though they reside in gcc.dg.  By default e.g.
DEFAULT_VECTCFLAGS which is used to add target-specific machine or build
flags is only applied in the ./vect subdirectory.  Move these tests
there.

gcc/testsuite/ChangeLog:

* gcc.dg/gimplefe-40.c: Moved to...
* gcc.dg/vect/gimplefe-40.c: ...here.
* gcc.dg/gimplefe-41.c: Moved to...
* gcc.dg/vect/gimplefe-41.c: ...here.

gcc/testsuite/gcc.dg/vect/gimplefe-40.c [moved from gcc/testsuite/gcc.dg/gimplefe-40.c with 100% similarity]
gcc/testsuite/gcc.dg/vect/gimplefe-41.c [moved from gcc/testsuite/gcc.dg/gimplefe-41.c with 100% similarity]