From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28371 invoked by alias); 25 Oct 2010 20:19:57 -0000 Received: (qmail 28362 invoked by uid 22791); 25 Oct 2010 20:19:56 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_DP 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, 25 Oct 2010 20:19:51 +0000 From: "eric at anholt dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/46169] New: ICE: internal compiler error: in convert_move, at expr.c:371 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: eric at anholt dot net 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" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Date: Mon, 25 Oct 2010 20:19: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: 2010-10/txt/msg02081.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D46169 Summary: ICE: internal compiler error: in convert_move, at expr.c:371 Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned@gcc.gnu.org ReportedBy: eric@anholt.net I ran into an ICE doing some code I was hacking on for Mesa to make a tempo= rary shim for some upcoming interface changes. I managed to cut it down to this testcase, which is not minimal but hopefully small enough to reveal problems well. anholt@pollan:anholt/src/temp% gcc -o gcc-fail gcc-fail.c -Os -fno-strict-aliasing gcc-fail.c: In function =E2=80=98main=E2=80=99: gcc-fail.c:57: internal compiler error: in convert_move, at expr.c:371 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. anholt@pollan:anholt/src/temp% dpkg -l gcc Desired=3DUnknown/Install/Remove/Purge/Hold | Status=3DNot/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig= -pend |/ Err?=3D(none)/Reinst-required (Status,Err: uppercase=3Dbad) ||/ Name Version Description +++-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D-=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D-=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ii gcc 4:4.4.5-1 The GNU C compiler