From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32178 invoked by alias); 3 Sep 2012 22:29:58 -0000 Received: (qmail 32169 invoked by uid 22791); 3 Sep 2012 22:29:57 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED,TW_IW,TW_MX,TW_WC 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; Mon, 03 Sep 2012 22:29:45 +0000 From: "dsd at laptop dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/40836] ICE: "insn does not satisfy its constraints" (iwmmxt_movsi_insn) Date: Mon, 03 Sep 2012 22:29:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: blocker X-Bugzilla-Who: dsd at laptop dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC 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 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-09/txt/msg00208.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40836 Daniel Drake changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dsd at laptop dot org --- Comment #30 from Daniel Drake 2012-09-03 22:29:08 UTC --- Reproduced this on gcc-4.7.1 when building glibc with -march=iwmmxt gconv_cache.c: In function '__gconv_lookup_cache': gconv_cache.c:448:1: error: insn does not satisfy its constraints: (insn 1192 1127 433 38 (set (reg/f:SI 13 sp) (reg/f:SI 43 wcgr0 [611])) 499 {*iwmmxt_movsi_insn} (expr_list:REG_ARGS_SIZE (const_int 0 [0]) (nil))) gconv_cache.c:448:1: internal compiler error: in reload_cse_simplify_operands, at postreload.c:403 Probably unsuprisingly, backporting the iwmmxt2 support from gcc 4.8 to 4.7 and compiling with -march=iwmmxt2 produces the same result.