Current GCC mainline fails to build SPEC CPU2000 tests gzip, bzip2, and mesa on powerpc64-linux with -m64. The same ICE is seen with test gcc.c-torture/execute/930106-1.c: elm3b149% /home/janis/tools/gcc-mline-20050407/bin/gcc -m64 -c 930106-1.c 930106-1.c: In function ‘f’: 930106-1.c:20: internal compiler error: in gen_reg_rtx, at emit-rtl.c:778 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. This problem was introduced with the following patch, which might have merely exposed a latent bug: http://gcc.gnu.org/ml/gcc-cvs/2005-03/msg01264.html
-- Summary: ICE in gen_reg_rtx for 3 spec tests Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,geoffk at gcc dot gnu dot org GCC build triplet: powerpc64-linux GCC host triplet: powerpc64-linux GCC target triplet: powerpc64-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20813