From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1504 invoked by alias); 4 Jul 2012 12:07:30 -0000 Received: (qmail 1490 invoked by uid 22791); 4 Jul 2012 12:07:29 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED,MEDICAL_SUBJECT 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; Wed, 04 Jul 2012 12:07:16 +0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/53811] ICE: in insn_default_length, at config/i386/i386.md:529 (unrecognizable insn) with -mcmodel=large Date: Wed, 04 Jul 2012 12:07: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: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ubizjak at gmail dot com X-Bugzilla-Target-Milestone: 4.7.2 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 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/msg00442.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53811 --- Comment #6 from Dominique d'Humieres 2012-07-04 12:07:15 UTC --- g++.dg/other/pr53811.C fails on x86_64-apple-darwin10 with -m64: FAIL: g++.dg/other/pr53811.C -std=gnu++98 (internal compiler error) FAIL: g++.dg/other/pr53811.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/other/pr53811.C -std=gnu++11 (internal compiler error) FAIL: g++.dg/other/pr53811.C -std=gnu++11 (test for excess errors) The ICE is Excess errors: /opt/gcc/work/gcc/testsuite/g++.dg/other/pr53811.C:29:1: error: insn does not satisfy its constraints: (insn 3 2 4 (set (reg:DI 59) (const:DI (unspec:DI [ (symbol_ref:DI ("_ZN12ScriptString12CreateStringEPKc") [flags 0x403] ) ] UNSPEC_GOTOFF))) 62 {*movdi_internal_rex64} (nil)) Should I open a new PR? Note that ' -mcmodel=large' seems to have issues on x86_64-apple-darwin10: see pr50077.