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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572
Richard Guenther changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
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.
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
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
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
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
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
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
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.
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
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572
Richard Guenther changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572
Richard Guenther changed:
What|Removed |Added
Status|WAITING |ASSIGNED
AssignedTo|unassigned
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
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|-
19 matches
Mail list logo