[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #19 from Richard Guenther 2011-12-19 13:39:04 UTC --- Author: rguenth Date: Mon Dec 19 13:37:06 2011 New Revision: 182479 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182479 Log: 2011-12-19 Richard Guenther PR lto/51

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #17 from Richard Guenther 2011-12-16 15:28:35 UTC --- It'll take me a while to do the necessary pre-reorg of streaming TREE_CHAIN for FIELD_DECLs -> next week.

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #16 from Richard Guenther 2011-12-16 15:13:27 UTC --- For g++.dg/debug/pr45660.C we have a limbo DIE for 'T' which has DECL_CONTEXT of the type 'S'. We create a DIE for 'S' when creating a DIE for the FUNCTION_DECL 'i' which we do wh

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #15 from rguenther at suse dot de 2011-12-16 14:53:34 UTC --- On Fri, 16 Dec 2011, markus at trippelsdorf dot de wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 > > --- Comment #14 from Markus Trippelsdorf > 2011-12-16

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #14 from Markus Trippelsdorf 2011-12-16 14:51:03 UTC --- (In reply to comment #13) > On Fri, 16 Dec 2011, markus at trippelsdorf dot de wrote: > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 > > > > --- Comment #12 from Mark

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #13 from rguenther at suse dot de 2011-12-16 14:47:45 UTC --- On Fri, 16 Dec 2011, markus at trippelsdorf dot de wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 > > --- Comment #12 from Markus Trippelsdorf > 2011-12-16

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #12 from Markus Trippelsdorf 2011-12-16 14:45:32 UTC --- (In reply to comment #11) > On Fri, 16 Dec 2011, markus at trippelsdorf dot de wrote: > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 > > > > --- Comment #10 from Mark

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #11 from rguenther at suse dot de 2011-12-16 14:42:45 UTC --- On Fri, 16 Dec 2011, markus at trippelsdorf dot de wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 > > --- Comment #10 from Markus Trippelsdorf > 2011-12-16

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #10 from Markus Trippelsdorf 2011-12-16 14:40:28 UTC --- Even with your patch (and also changing the similar occurrence a few lines below) and patch #1 from PR51573 libxul of Firefox still fails to build with the same ICE.

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #9 from Richard Guenther 2011-12-16 14:31:35 UTC --- Author: rguenth Date: Fri Dec 16 14:31:14 2011 New Revision: 182401 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182401 Log: 2011-12-16 Richard Guenther PR lto/515

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #8 from Richard Guenther 2011-12-16 13:45:48 UTC --- Without LTO we create the DIE for the TU level typedef via debug_hooks->type_decl, called from rest_of_decl_compilation which ultimately being dwarf2out_decl, sets the context_die t

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #7 from Richard Guenther 2011-12-16 13:16:19 UTC --- At least the ICE we hit for the limbo node: if (DECL_P (node->created_for)) context = DECL_CONTEXT (node->created_for); else if (TYPE_P

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 Richard Guenther changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 Richard Guenther changed: What|Removed |Added Status|WAITING |ASSIGNED AssignedTo|unassigned

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #4 from Markus Trippelsdorf 2011-12-16 12:12:37 UTC --- Sorry, my check.sh script not optimal. Here is a really reduced testcase: % cat test.i struct VdbeOpList { }; typedef struct VdbeOpList VdbeOpList; sqlite3_blob_open () { stat

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 --- Comment #3 from Markus Trippelsdorf 2011-12-16 11:55:04 UTC --- Created attachment 26107 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26107 pr51572.i % gcc -w -flto -g pr51572.i lto1: internal compiler error: in dwarf2out_finish, at

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug bootstrap/51572] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-15 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572 H.J. Lu changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Target Milestone|-