https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112340
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jiu Fu Guo <guoji...@gcc.gnu.org>: https://gcc.gnu.org/g:a5a76c6f8795f8072e8005e5ada741b69c742198 commit r14-5184-ga5a76c6f8795f8072e8005e5ada741b69c742198 Author: Jiufu Guo <guoji...@linux.ibm.com> Date: Tue Nov 7 15:19:36 2023 +0800 rs6000,testcase: Add require-effective-target has_arch_ppc64 to pr106550_1.c With the latest trunk, case pr106550_1.c runs with failure on ppc under -m32. Previously, this case failed with ICE due to PR111971. Now, this emission is exposed. While, the case is testing 64bit constant building. So, "has_arch_ppc64" is required. PR target/112340 gcc/testsuite/ChangeLog: * gcc.target/powerpc/pr106550_1.c: Add has_arch_ppc64 target require.