From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1055 invoked by alias); 1 Apr 2011 20:43:44 -0000 Received: (qmail 1046 invoked by uid 22791); 1 Apr 2011 20:43:43 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 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; Fri, 01 Apr 2011 20:43:38 +0000 From: "raj.khem at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/48344] powerpc ICE error: unrecognizable insn X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: raj.khem at gmail 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: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 01 Apr 2011 20:43:00 -0000 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: 2011-04/txt/msg00069.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48344 --- Comment #1 from Khem Raj 2011-04-01 20:43:26 UTC --- I could track it down to commit 148869 on trunk Step 1 of VSX changes: Powerpc infrstructure changes ChangeLog goes like this 2009-06-23 Michael Meissner Pat Haugen Revital Eres * config.in (HAVE_AS_POPCNTD): Add default definition. (HAVE_AS_LWSYNC): Ditto. * configure.ac (gcc_cv_as_powerpc_mfpgpr): Provide real binutils release number. (gcc_cv_as_powerpc_cmpb): Ditto. (gcc_cv_as_powerpc_dfp): Ditto. (gcc_cv_as_powerpc_vsx): Ditto. (gcc_cv_as_powerpc_popcntd): Add feature test for assembler supporting the popcntd/lwsync instructions. (gcc_cv_as_powerpc_lwsync): Ditto. * configure: Regenerate. * config/rs6000/aix53.h (ASM_CPU_SPEC): Add support for -mcpu=native and -mcpu=power7. * config/rs6000/aix61.h (ASM_CPU_SPEC): Ditto. ...