This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/20998] [3.4/4.0/4.1 Regression] GCC does not emit debug info for variables in anonymous unions


------- Additional Comments From rth at gcc dot gnu dot org  2005-09-09 19:08 -------
Well it does with cvs head gdb on linux, both stabs and dwarf2.  If you'll
verify that you see something akin to 

        .stabs  "z:(0,7)",128,0,0,-4
        .stabs  "w:(0,9)",128,0,0,-4

in your assembly file, I'll close this as fixed on the gcc side.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20998


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]