From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18628 invoked by alias); 31 Jul 2012 15:35:46 -0000 Received: (qmail 18462 invoked by uid 22791); 31 Jul 2012 15:35:45 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_SV X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 31 Jul 2012 15:35:32 +0000 From: "gary at intrepid dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/54142] New: ppc64 build failure - Unrecognized opcode: `sldi' (and `srdi`) Date: Tue, 31 Jul 2012 15:35:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gary at intrepid dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-07/txt/msg02251.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54142 Bug #: 54142 Summary: ppc64 build failure - Unrecognized opcode: `sldi' (and `srdi`) Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned@gcc.gnu.org ReportedBy: gary@intrepid.com Target: powerpc64 On several PPC64 systems, we are seeing the following build failure. /home/garyf/gcc-4.8/wrk/./gcc/xgcc -B/home/garyf/gcc-4.8/wrk/./gcc/ [...] -I/home/garyf/gcc-4.8/src/libgcc/../libdecnumber -DHAVE_CC_TLS -o _gcov_execle.o -MT _g cov_execle.o -MD -MP -MF _gcov_execle.dep -DL_gcov_execle -c /home/garyf/gcc-4. 8/src/libgcc/libgcov.c /tmp/ccqVYRai.s: Assembler messages: /tmp/ccqVYRai.s:63: Error: Unrecognized opcode: `sldi' /tmp/ccqVYRai.s:66: Error: Unrecognized opcode: `srdi' /tmp/ccqVYRai.s:67: Error: Unrecognized opcode: `sldi' /tmp/ccqVYRai.s:73: Error: Unrecognized opcode: `srdi' /tmp/ccqVYRai.s:74: Error: Unrecognized opcode: `sldi' /tmp/ccqVYRai.s:88: Error: Unrecognized opcode: `sldi' The failures above use the gcc-4.8-20120729 snapshot which is based on svn revision 189947. The configure target is: powerpc64-unknown-linux-gnu This was built on a rather old (FC6) system running on a Mac G5, but we have seen it also fail on newer PPC64 systems.