This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef
- From: "eu at doxos dot eu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 04 Mar 2012 18:30:15 +0000
- Subject: [Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef
- Auto-submitted: auto-generated
- References: <bug-47510-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510
VÃclav Åmilauer <eu at doxos dot eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eu at doxos dot eu
--- Comment #16 from VÃclav Åmilauer <eu at doxos dot eu> 2012-03-04 18:30:15 UTC ---
(In reply to comment #15)
> The same thing can happen for unions in c++11.
I am being hit by this bug in c++11, though I am not able to follow the whole
discussion. Can I get a concise summary on what kind of construct triggers the
problem so that I can work it around in my code? Stucts with default ctors
within unions? Thanks!
(Compiling gcc snapshot from 28/2/2012 now to see if it is still an issue).