[Bug c++/60063] -Wunused-local-typedefs warning despite attribute used in a template

2014-05-20 Thread pmachata at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60063 Petr Machata changed: What|Removed |Added CC||pmachata at redhat dot com --- Comment

[Bug debug/60885] New: typeless DW_TAG_typedef

2014-04-18 Thread pmachata at redhat dot com
: unassigned at gcc dot gnu.org Reporter: pmachata at redhat dot com GCC emits DW_TAG_typedef without DW_AT_type when the typedef'd type is void: typedef void VOID; int foo (VOID *v) {} $ gcc void.c -g -c [2d]typedef name (strp)