]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc: Oe-selftest failure analysis - fix for pr90579.c test failures
authorHarish Sadineni <Harish.Sadineni@windriver.com>
Fri, 22 Aug 2025 07:12:25 +0000 (00:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Aug 2025 16:46:38 +0000 (17:46 +0100)
commit7641e08044203ac9dde9a53b91bd01f9432d11f2
tree3669273943da9fd7209baf2e2c78c88f0bcfb547
parent0fe96efea084f4594df43f57e121cb2353bfafa7
gcc: Oe-selftest failure analysis - fix for pr90579.c test failures

When gcc build with PIE enabled the following tests
were getting failed:
 FAIL: gcc.target/i386/pr90579.c scan-assembler vaddsd\tr\\+40
 FAIL: gcc.target/i386/pr90579.c scan-assembler vaddsd\tr\\+32
 FAIL: gcc.target/i386/pr90579.c scan-assembler vaddsd\tr\\+24
 FAIL: gcc.target/i386/pr90579.c scan-assembler vaddsd\tr\\+16

Detailed bug info & upstream fix is here:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118885

Upstream Status: Backport [https://gcc.gnu.org/cgit/gcc/commit/?id=679e24f5a751663998ff7202149a749e0f7251f9]

Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-devtools/gcc/gcc-15.2.inc
meta/recipes-devtools/gcc/gcc/0026-fix-pr90579-testcases.patch [new file with mode: 0644]