[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2013-02-19 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 --- Comment #17 from Jason Merrill 2012-06-20 07:22:13 UTC --- Author: jason Date: Wed Jun 20 07:22:07 2012 New Revision: 188811 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188811 Log: 2012-06-11 Richard Guenther P

[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-06-11 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 --- Comment #16 from vincenzo Innocente 2012-06-12 05:16:28 UTC --- Confirmed that the fix solves the problem as I originally observed.

[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-06-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-06-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 --- Comment #14 from Richard Guenther 2012-06-11 14:14:15 UTC --- Author: rguenth Date: Mon Jun 11 14:14:09 2012 New Revision: 188387 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188387 Log: 2012-06-11 Richard Guenther PR middle

[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-06-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 --- Comment #13 from Jason Merrill 2012-06-11 13:37:27 UTC --- (In reply to comment #12) > thus, replace a BLOCK context with the first non-BLOCK context, works. That sounds good.

[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-06-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 --- Comment #12 from Richard Guenther 2012-06-11 12:54:50 UTC --- It seems we never come along with a DECL_CONTEXT that is a BLOCK (nor does the C++ frontend do that ...). Replacing the TYPE_CONTEXT clearing with if (TYPE_CONTEXT (type)

[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-06-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 --- Comment #11 from Richard Guenther 2012-06-11 12:38:06 UTC --- Removing the whole if (debug_info_level < DINFO_LEVEL_TERSE || (TYPE_CONTEXT (type) && TREE_CODE (TYPE_CONTEXT (type)) != FUNCTION_DECL && TREE_CODE (T

[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-06-06 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 Jason Merrill changed: What|Removed |Added CC|jason at redhat dot com | --- Comment #10 from Jason Merrill 2012

[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-06-06 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 --- Comment #9 from Jason Merrill 2012-06-06 15:27:02 UTC --- (In reply to comment #8) > All of the clearing is done to push down memory usage and/or cause > types to be referenced that are otherwise unused. A way to retain the > latter would be

[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-06-06 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 --- Comment #8 from rguenther at suse dot de 2012-06-06 11:55:32 UTC --- On Tue, 5 Jun 2012, jason at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 > > Jason Merrill changed: > >What|Removed

[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-06-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #7 f

[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-05-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 Richard Guenther changed: What|Removed |Added Keywords||lto Status|NEW

[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-05-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 H.J. Lu changed: What|Removed |Added Status|WAITING |NEW CC|