[Bug debug/46796] debug info missing builtin type names with lto

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

[Bug debug/46796] debug info missing builtin type names with lto

2011-12-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46796 --- Comment #10 from Richard Guenther 2011-12-20 09:49:22 UTC --- Author: rguenth Date: Tue Dec 20 09:49:17 2011 New Revision: 182524 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182524 Log: 2011-12-20 Richard Guenther PR lto/46

[Bug debug/46796] debug info missing builtin type names with lto

2010-12-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46796 --- Comment #9 from Richard Guenther 2010-12-10 14:32:48 UTC --- The volatile qualified case happens because dwarf2out.c wants to emit an unqualified variant first and gets at it via get_qualified_type which in turn uses check_qualified_type to p

[Bug debug/46796] debug info missing builtin type names with lto

2010-12-07 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46796 --- Comment #8 from rguenther at suse dot de 2010-12-07 16:32:57 UTC --- On Tue, 7 Dec 2010, mrs at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46796 > > --- Comment #7 from mrs at gcc dot gnu.org > 2010-12-07 16:17:0

[Bug debug/46796] debug info missing builtin type names with lto

2010-12-07 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46796 --- Comment #7 from mrs at gcc dot gnu.org 2010-12-07 16:17:09 UTC --- Ok, I can confirm that ptype i is better, now, the next problem: (gdb) ptype a1 type = volatile __unknown__ :-(

[Bug debug/46796] debug info missing builtin type names with lto

2010-12-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46796 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug debug/46796] debug info missing builtin type names with lto

2010-12-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46796 --- Comment #5 from Richard Guenther 2010-12-06 10:08:45 UTC --- Author: rguenth Date: Mon Dec 6 10:08:43 2010 New Revision: 167487 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167487 Log: 2010-12-06 Richard Guenther PR lto/467

[Bug debug/46796] debug info missing builtin type names with lto

2010-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46796 --- Comment #4 from Richard Guenther 2010-12-03 23:52:55 UTC --- but it conflicts with the way we pre-seed the cache with our common tree nodes, so it doesn't actually work but ICEs.

[Bug debug/46796] debug info missing builtin type names with lto

2010-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46796 Richard Guenther changed: What|Removed |Added Keywords||lto CC|