public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/66482] [6 Regression] ICE in gen_formal_parameter_die
       [not found] <bug-66482-4@http.gcc.gnu.org/bugzilla/>
@ 2015-06-10  9:08 ` rguenth at gcc dot gnu.org
  2015-06-10 11:58 ` aldyh at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-10  9:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66482

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |6.0
            Summary|ICE in                      |[6 Regression] ICE in
                   |gen_formal_parameter_die    |gen_formal_parameter_die


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

* [Bug debug/66482] [6 Regression] ICE in gen_formal_parameter_die
       [not found] <bug-66482-4@http.gcc.gnu.org/bugzilla/>
  2015-06-10  9:08 ` [Bug debug/66482] [6 Regression] ICE in gen_formal_parameter_die rguenth at gcc dot gnu.org
@ 2015-06-10 11:58 ` aldyh at gcc dot gnu.org
  2015-06-19 15:13 ` aldyh at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: aldyh at gcc dot gnu.org @ 2015-06-10 11:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66482

Aldy Hernandez <aldyh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-06-10
           Assignee|unassigned at gcc dot gnu.org      |aldyh at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
Mine.


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

* [Bug debug/66482] [6 Regression] ICE in gen_formal_parameter_die
       [not found] <bug-66482-4@http.gcc.gnu.org/bugzilla/>
  2015-06-10  9:08 ` [Bug debug/66482] [6 Regression] ICE in gen_formal_parameter_die rguenth at gcc dot gnu.org
  2015-06-10 11:58 ` aldyh at gcc dot gnu.org
@ 2015-06-19 15:13 ` aldyh at gcc dot gnu.org
  2015-06-19 18:55 ` krebbel at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: aldyh at gcc dot gnu.org @ 2015-06-19 15:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66482

--- Comment #2 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
Proposed patch awaiting review:

https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00943.html


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

* [Bug debug/66482] [6 Regression] ICE in gen_formal_parameter_die
       [not found] <bug-66482-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-06-19 15:13 ` aldyh at gcc dot gnu.org
@ 2015-06-19 18:55 ` krebbel at gcc dot gnu.org
  2015-06-23  9:10 ` krebbel at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: krebbel at gcc dot gnu.org @ 2015-06-19 18:55 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66482

Andreas Krebbel <krebbel at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krebbel at gcc dot gnu.org

--- Comment #3 from Andreas Krebbel <krebbel at gcc dot gnu.org> ---
*** Bug 66597 has been marked as a duplicate of this bug. ***


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

* [Bug debug/66482] [6 Regression] ICE in gen_formal_parameter_die
       [not found] <bug-66482-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-06-19 18:55 ` krebbel at gcc dot gnu.org
@ 2015-06-23  9:10 ` krebbel at gcc dot gnu.org
  2015-06-23  9:11 ` krebbel at gcc dot gnu.org
  2015-06-23  9:12 ` krebbel at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: krebbel at gcc dot gnu.org @ 2015-06-23  9:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66482

--- Comment #4 from Andreas Krebbel <krebbel at gcc dot gnu.org> ---
Created attachment 35830
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35830&action=edit
Automatically reduced testcase from S/390 bootstrap failure

cc1 -fpreprocessed  -quiet  -g -O0   t.c

t.c: In function ‘__udiv_w_sdiv’:
t.c:36:1: internal compiler error: in gen_formal_parameter_die, at
dwarf2out.c:18035
 }
 ^
0x8059cabb gen_formal_parameter_die
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:18034
0x805a9395 gen_decl_die
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:21539
0x8059ff95 gen_subprogram_die
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:19133
0x805a8d71 gen_decl_die
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:21450
0x805aa549 dwarf2out_decl
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:21923
0x8059e4c9 dwarf2out_abstract_function
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:18489
0x805a8b13 gen_decl_die
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:21407
0x805a70a1 process_scope_var
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:21008
0x805a7207 decls_for_scope
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:21036
0x805a2fc1 gen_lexical_block_die
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:19904
0x805a6d2b gen_block_die
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:20977
0x805a72a1 decls_for_scope
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:21047
0x805a2fc1 gen_lexical_block_die
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:19904
0x805a6d2b gen_block_die
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:20977
0x805a72a1 decls_for_scope
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:21047
0x805a315b gen_inlined_subroutine_die
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:19938
0x805a6d15 gen_block_die
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:20974
0x805a72a1 decls_for_scope
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:21047
0x805a03d5 gen_subprogram_die
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:19200
0x805a8d71 gen_decl_die
        /home/andreas/clean/../gcc/gcc/dwarf2out.c:21450
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
>From gcc-bugs-return-489936-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Jun 23 09:10:08 2015
Return-Path: <gcc-bugs-return-489936-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 65030 invoked by alias); 23 Jun 2015 09:10:08 -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 64685 invoked by uid 48); 23 Jun 2015 09:10:03 -0000
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/60577] [4.8 Regression] inefficient FDO instrumentation code
Date: Tue, 23 Jun 2015 09:10:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: tree-optimization
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords: missed-optimization
X-Bugzilla-Severity: normal
X-Bugzilla-Who: rguenth at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.3
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution cf_known_to_fail
Message-ID: <bug-60577-4-7C1RSVfaoH@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60577-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60577-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: 2015-06/txt/msg02268.txt.bz2
Content-length: 494

https://gcc.gnu.org/bugzilla/show_bug.cgi?id`577

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
      Known to fail|                            |4.8.5

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed for 4.9.3.


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

* [Bug debug/66482] [6 Regression] ICE in gen_formal_parameter_die
       [not found] <bug-66482-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2015-06-23  9:10 ` krebbel at gcc dot gnu.org
@ 2015-06-23  9:11 ` krebbel at gcc dot gnu.org
  2015-06-23  9:12 ` krebbel at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: krebbel at gcc dot gnu.org @ 2015-06-23  9:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66482

--- Comment #5 from Andreas Krebbel <krebbel at gcc dot gnu.org> ---
(In reply to Aldy Hernandez from comment #2)
> Proposed patch awaiting review:
> 
> https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00943.html

As expected when removing the failing assertion - this fixes the failure on
S/390.


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

* [Bug debug/66482] [6 Regression] ICE in gen_formal_parameter_die
       [not found] <bug-66482-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2015-06-23  9:11 ` krebbel at gcc dot gnu.org
@ 2015-06-23  9:12 ` krebbel at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: krebbel at gcc dot gnu.org @ 2015-06-23  9:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66482

Andreas Krebbel <krebbel at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2

--- Comment #6 from Andreas Krebbel <krebbel at gcc dot gnu.org> ---
Raised prio since it triggers a bootstrap failure on a secondary target.


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

end of thread, other threads:[~2015-06-23  9:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-66482-4@http.gcc.gnu.org/bugzilla/>
2015-06-10  9:08 ` [Bug debug/66482] [6 Regression] ICE in gen_formal_parameter_die rguenth at gcc dot gnu.org
2015-06-10 11:58 ` aldyh at gcc dot gnu.org
2015-06-19 15:13 ` aldyh at gcc dot gnu.org
2015-06-19 18:55 ` krebbel at gcc dot gnu.org
2015-06-23  9:10 ` krebbel at gcc dot gnu.org
2015-06-23  9:11 ` krebbel at gcc dot gnu.org
2015-06-23  9:12 ` krebbel 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).