]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc: Oe-selftest failure analysis - fix for vect-simd test failures
authorHarish Sadineni <Harish.Sadineni@windriver.com>
Fri, 22 Mar 2024 07:00:04 +0000 (00:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Mar 2024 10:16:56 +0000 (10:16 +0000)
commit50b6b938ec91dee346642b95cdcb35043be1697c
tree154d536a19eda056e179c98301bff6b108f49fe8
parente757a0595602dafcd95a988fb123a8fdb3d4d82b
gcc: Oe-selftest failure analysis - fix for vect-simd test failures

In gcc vect module, the vect-simd-clone-10.c & vect-simd-clone-12.c tests are failed with below error, due to a bug in testcase:
xgcc: fatal error: cannot specify '-o' with '-c', '-S' or '-E' with multiple files compilation terminated'

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

Upstream Status: Backport [https://gcc.gnu.org/g:948dbc5ee45f9ffd5f41fd6782704081cc7c8c27]

Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-13.2.inc
meta/recipes-devtools/gcc/gcc/0027-Fix-gcc-vect-module-testcases.patch [new file with mode: 0644]