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
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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470
Richard Guenther changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
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
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.
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)
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
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
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
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470
Richard Guenther changed:
What|Removed |Added
Keywords||lto
Status|NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470
H.J. Lu changed:
What|Removed |Added
Status|WAITING |NEW
CC|
13 matches
Mail list logo