]> git.ipfire.org Git - thirdparty/gcc.git/commit
[1/n] remove gcc.dg/vect special naming in favor of dg-additional-options
authorRichard Biener <rguenther@suse.de>
Thu, 17 Oct 2024 08:52:51 +0000 (10:52 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 17 Oct 2024 10:54:22 +0000 (12:54 +0200)
commita96ffaaef263629b647dd71f4414fdb004a310be
treee576fef1c8c6fa2862c985b3bc232e5c204a511d
parent1081f4cb34ea22e6ba07ddcb88cada3ec60bc9c4
[1/n] remove gcc.dg/vect special naming in favor of dg-additional-options

This kicks off removal of keying options used on testcase names as
done in gcc.dg/vect as the appropriate way to do this is using
dg-additional-options.

Starting with two of the least used ones.

This causes the moved tests to be covered by VECT_ADDITIONAL_FLAGS
processing.

* gcc.dg/vect/vect.exp: Process no-fast-math-* and
no-math-errno-* in the main set.
* gcc.dg/vect/no-fast-math-vect16.c: Add -fno-fast-math.
* gcc.dg/vect/no-math-errno-slp-32.c: Add -fno-math-errno.
* gcc.dg/vect/no-math-errno-vect-pow-1.c: Likewise.
gcc/testsuite/gcc.dg/vect/no-fast-math-vect16.c
gcc/testsuite/gcc.dg/vect/no-math-errno-slp-32.c
gcc/testsuite/gcc.dg/vect/no-math-errno-vect-pow-1.c
gcc/testsuite/gcc.dg/vect/vect.exp