]> git.ipfire.org Git - thirdparty/gcc.git/commit
[committed] Fix gnu23-builtins-no-dfp
authorJeff Law <jlaw@ventanamicro.com>
Sun, 3 Dec 2023 05:54:46 +0000 (22:54 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Sun, 3 Dec 2023 05:54:46 +0000 (22:54 -0700)
commitf37744662cbc74efcceb790b99dcd6521c51a578
treecf23bce04bdb6b1911c6be9927aca5dc7b1ef541
parent4cef6daf40f4aefd748245a720955d4e52d1a81e
[committed] Fix gnu23-builtins-no-dfp

Last patch for the night.  There's still a bit of minor fallout left in GCC
(loongarch testsuite for example).  But things are looking good on the targets
I test.  The plan is to start submitting the various newlib/libgloss fixes
tomorrow.

Anyway, this test was the one I was most concerned about.  Basically we're
testing that on a !dfp target that the builtins are not available.  It expects
a warning, but gets an error by default now.  I just changed the test to use
-fpermissive, so that the test behaves as it did previously.

Pushed to the trunk.

gcc/testsuite
* gcc.dg/gnu23-builtins-no-dfp-1.c: Add -fpermissive.
gcc/testsuite/gcc.dg/gnu23-builtins-no-dfp-1.c