public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/58421] New: [4.9 regression] FAIL: gcc.c-torture/compile/20051216-1.c  -O3 -fomit-frame-pointer  (internal compiler error)
@ 2013-09-14 10:34 schwab@linux-m68k.org
  2013-09-14 10:34 ` [Bug target/58421] " schwab@linux-m68k.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2013-09-14 10:34 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58421

            Bug ID: 58421
           Summary: [4.9 regression] FAIL:
                    gcc.c-torture/compile/20051216-1.c  -O3
                    -fomit-frame-pointer  (internal compiler error)
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: schwab@linux-m68k.org
                CC: rguenther at suse dot de
            Target: ia64-*-*

Broken by r202525.

$ gcc/xgcc -Bgcc/ -fno-diagnostics-show-caret -fdiagnostics-color=never -O3
-fomit-frame-pointer -w -c -o 20051216-1.o
../gcc/testsuite/gcc.c-torture/compile/20051216-1.c
../gcc/testsuite/gcc.c-torture/compile/20051216-1.c: In function ‘test’:
../gcc/testsuite/gcc.c-torture/compile/20051216-1.c:131:1: internal compiler
error: in add_insn_before_nobb, at emit-rtl.c:3836
0x40000000004ad1df add_insn_before_nobb
        ../../gcc/emit-rtl.c:3836
0x40000000004b886f add_insn_before(rtx_def*, rtx_def*, basic_block_def*)
        ../../gcc/emit-rtl.c:3898
0x40000000004b8b1f emit_pattern_before_noloc
        ../../gcc/emit-rtl.c:4179
0x40000000004b8c5f emit_pattern_before_setloc
        ../../gcc/emit-rtl.c:4586
0x4000000000952cff get_nop_from_pool(rtx_def*)
        ../../gcc/sel-sched-ir.c:1048
0x4000000000972ddf prepare_place_to_insert
        ../../gcc/sel-sched.c:5263
0x4000000000972ddf schedule_expr_on_boundary
        ../../gcc/sel-sched.c:5503
0x400000000097710f fill_insns
        ../../gcc/sel-sched.c:5646
0x400000000097710f schedule_on_fences
        ../../gcc/sel-sched.c:7423
0x400000000097710f sel_sched_region_2
        ../../gcc/sel-sched.c:7557
0x400000000097f64f sel_sched_region_1
        ../../gcc/sel-sched.c:7670
0x400000000097f64f sel_sched_region(int)
        ../../gcc/sel-sched.c:7697
0x40000000009810ef run_selective_scheduling()
        ../../gcc/sel-sched.c:7773
0x4000000000e70d2f ia64_reorg
        ../../gcc/config/ia64/ia64.c:9723
0x400000000090610f rest_of_handle_machine_reorg
        ../../gcc/reorg.c:3920
0x400000000090610f execute
        ../../gcc/reorg.c:3950
>From gcc-bugs-return-429816-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Sep 14 10:57:20 2013
Return-Path: <gcc-bugs-return-429816-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 26841 invoked by alias); 14 Sep 2013 10:57:20 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 26805 invoked by uid 48); 14 Sep 2013 10:57:17 -0000
From: "pch at laposte dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/55926] Internal compiler error with static volatile pointer
Date: Sat, 14 Sep 2013 10:57: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-Version: 4.7.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: pch at laposte dot net
X-Bugzilla-Status: WAITING
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-55926-4-gqox1T3bw4@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-55926-4@http.gcc.gnu.org/bugzilla/>
References: <bug-55926-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-09/txt/msg01056.txt.bz2
Content-length: 279

http://gcc.gnu.org/bugzilla/show_bug.cgi?idU926

--- Comment #2 from pch at laposte dot net ---
I can neither reproduce the anomaly with 4.8.1.
Anyway I did not raise the issue because it was blocking for me. I had just
hope it could help to locate and fix an anomaly in gcc.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-19  9:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-14 10:34 [Bug target/58421] New: [4.9 regression] FAIL: gcc.c-torture/compile/20051216-1.c -O3 -fomit-frame-pointer (internal compiler error) schwab@linux-m68k.org
2013-09-14 10:34 ` [Bug target/58421] " schwab@linux-m68k.org
2013-09-16  8:31 ` rguenth at gcc dot gnu.org
2013-11-06  9:36 ` kirill.yukhin at intel dot com
2013-11-19  9:54 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).