From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21593 invoked by alias); 8 Mar 2011 10:01:17 -0000 Received: (qmail 21584 invoked by uid 22791); 8 Mar 2011 10:01:16 -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; Tue, 08 Mar 2011 10:01:08 +0000 From: "mikpe at it dot uu.se" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/48031] New: [4,4, 4.5 regression] gcc.c-torture/compile/pr42956.c ICEs gcc on m68k-linux, ivopts related? 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: mikpe at it dot uu.se 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 Date: Tue, 08 Mar 2011 10:01: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-03/txt/msg00704.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48031 Summary: [4,4, 4.5 regression] gcc.c-torture/compile/pr42956.c ICEs gcc on m68k-linux, ivopts related? Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned@gcc.gnu.org ReportedBy: mikpe@it.uu.se The pr42956.c test case ICEs gcc 4.5 and 4.4 on m68k-linux: > gcc/xgcc -Bgcc -O1 -S /.../gcc/testsuite/gcc.c-torture/compile/pr42956.c /.../gcc/testsuite/gcc.c-torture/compile/pr42956.c: In function 'Split': /.../gcc/testsuite/gcc.c-torture/compile/pr42956.c:10:6: error: expected an SSA_NAME object /.../gcc/testsuite/gcc.c-torture/compile/pr42956.c:10:6: error: in statement D.2041_132 = D.1987 /[ex] 2; /.../gcc/testsuite/gcc.c-torture/compile/pr42956.c:10:6: internal compiler error: verify_ssa failed Please submit a full bug report, with preprocessed source if appropriate. See for instructions. This is with a cross to m68k-linux and --enable-checking=yes, with --enable-checking=release the compiler segfaults instead. Compiling with -O1 -fno-ivopts or -O0 eliminates the ICE. This bug occurs with gcc-4.4.5 and gcc-4.5.2. It does not occur with gcc-4.3.5. For gcc-4.6 it stopped occurring after the big MEM_REF update in r161655.