[Bug target/125448] UNRESOLVED: gcc.target/powerpc/mpc860_no_lwsync.c starting from - r17-670-g83ba1c60b09c77
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jun 17 13:38:42 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125448
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-16 branch has been updated by kishan parmar
<kishan@gcc.gnu.org>:
https://gcc.gnu.org/g:5943b04eefd669a81f3a5d0455417d39e65e2bbf
commit r16-9128-g5943b04eefd669a81f3a5d0455417d39e65e2bbf
Author: Kishan Parmar <kishan@linux.ibm.com>
Date: Wed May 27 21:54:57 2026 +0530
testsuite: Restrict mpc860_no_lwsync.c to Power ilp32 targets [PR125448]
The recently added mpc860_no_lwsync.c test case fails on 64-bit PowerPC
targets (such as powerpc64le-linux-gnu) because the default -m64 option
conflicts with the 32-bit legacy processor specified by -mcpu=860,
resulting in the error: "cc1: error: '-m64' requires a PowerPC64 cpu".
Fix this by restricting the test case execution to 32-bit PowerPC
targets using the 'ilp32' target requirement.
2026-05-27 Kishan Parmar <kishan@linux.ibm.com>
Surya Kumari Jangala <jskumari@linux.ibm.com>
gcc/testsuite/ChangeLog:
PR target/125448
* gcc.target/powerpc/mpc860_no_lwsync.c: Restrict to ilp32 targets.
(cherry picked from commit e82be354b9b31abc7ff580570977bcaa77365a32)
More information about the Gcc-bugs
mailing list