From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21424 invoked by alias); 17 Mar 2011 06:13:46 -0000 Received: (qmail 21408 invoked by uid 22791); 17 Mar 2011 06:13:44 -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; Thu, 17 Mar 2011 06:13:40 +0000 From: "hp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug regression/48163] New: [4.7 Regression]: ICEs for cris-elf, like gcc.c-torture/compile/calls.c gcc.c-torture/execute/complex-1.c X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: regression X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: hp at gcc dot gnu.org 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: Thu, 17 Mar 2011 06:20: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/msg01799.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48163 Summary: [4.7 Regression]: ICEs for cris-elf, like gcc.c-torture/compile/calls.c gcc.c-torture/execute/complex-1.c Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: regression AssignedTo: unassigned@gcc.gnu.org ReportedBy: hp@gcc.gnu.org CC: jakub@gcc.gnu.org Host: x86_64-unknown-linux-gnu Target: cris-axis-elf With revision 171027 these tests passed. >>From revision 171042 and on, these tests have failed as follows: Running /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... FAIL: gcc.c-torture/compile/calls.c -O3 -g (internal compiler error) FAIL: gcc.c-torture/compile/calls.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/compile/pr21840.c -O3 -g (internal compiler error) FAIL: gcc.c-torture/compile/pr21840.c -O3 -g (test for excess errors) ... FAIL: gcc.c-torture/execute/complex-1.c compilation, -O3 -g (internal compiler error) ... Running /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... FAIL: gcc.dg/torture/builtin-cproj-1.c -O3 -g (internal compiler error) FAIL: gcc.dg/torture/builtin-cproj-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr24626-1.c -O3 -g (internal compiler error) FAIL: gcc.dg/torture/pr24626-1.c -O3 -g (test for excess errors) With the messages in the logfile being two different: Executing on host: /tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/xgcc -B/tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/ -O3 -g -w -c -isystem /tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib/targ-include -isystem /tmp/hpautotest-gcc1/gcc/newlib/libc/include -o calls.o /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.c-torture/compile/calls.c (timeout = 300) /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.c-torture/compile/calls.c: In function 'f3': /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.c-torture/compile/calls.c:13:1: internal compiler error: in wrap_constant, at cselib.c:898 and Executing on host: /tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/xgcc -B/tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/ /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.c-torture/execute/complex-1.c -w -O3 -g -isystem /tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib/targ-include -isystem /tmp/hpautotest-gcc1/gcc/newlib/libc/include -B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./libgloss/cris/ -L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./libgloss/cris -L/tmp/hpautotest-gcc1/gcc/libgloss/cris -B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib/ -L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib -sim3 -lm -o /tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/testsuite/gcc/complex-1.x4 (timeout = 300) /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.c-torture/execute/complex-1.c: In function 'xcexp': /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.c-torture/execute/complex-1.c:20:1: internal compiler error: in expand_debug_expr, at cfgexpand.c:2552 Author of one or more suspect patches in revision range CC:ed.