[Bug target/118940] [15 regression] [x86] Failure to build ipxe (inline assembly fails with 'asm' operand has impossible constraints or there are not enough registers) since r15-2217-ga3f03891065cb9
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 28 09:15:25 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118940
--- Comment #18 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:
https://gcc.gnu.org/g:146cb828ef0fd6ceb8087ebbb0f792abd615283f
commit r15-7748-g146cb828ef0fd6ceb8087ebbb0f792abd615283f
Author: Jakub Jelinek <jakub@redhat.com>
Date: Fri Feb 28 10:12:14 2025 +0100
testsuite: Fix up gcc.target/i386/pr118940.c test [PR118940]
The testcase uses -m32 in dg-options, something we try hard not to do,
if something should be tested only for -m32, it is { target ia32 } test,
if it can be tested for -m64/-mx32 too, just some extra options are
needed for ia32, it should have dg-additional-options with ia32 target.
Also, the test wasn't reduced, so I've reduced it using cvise and manual
tweaks and verified the test still FAILs before r15-7700 and succeeds
with current trunk.
2025-02-28 Jakub Jelinek <jakub@redhat.com>
PR target/118940
* gcc.target/i386/pr118940.c: Drop -w, -g and -m32 from dg-options,
move
-march=i386 -mregparm=3 to dg-additional-options for ia32 and
-fno-pie
to dg-additional-options for pie. Reduce the test.
More information about the Gcc-bugs
mailing list