public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/20998] New: GCC does not emit debug info for variables in anonymous unions
@ 2005-04-13 18:01 dpatel at apple dot com
  2005-04-13 18:18 ` [Bug debug/20998] " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: dpatel at apple dot com @ 2005-04-13 18:01 UTC (permalink / raw)
  To: gcc-bugs

Here  is the simple C++ program :

int main()                                                                                                                                                                                           
{                                                                                                                                                                                                    
  union {                                                                                                                                                                                            
    int z;                                                                                                                                                                                           
    unsigned int w;                                                                                                                                                                                  
  }; w = 0;                                                                                                                                                                                          
                                                                                                                                                                                                     
}

-- 
           Summary: GCC does not emit debug info for variables in anonymous
                    unions
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dpatel at apple dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2005-09-09 21:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-13 18:01 [Bug debug/20998] New: GCC does not emit debug info for variables in anonymous unions dpatel at apple dot com
2005-04-13 18:18 ` [Bug debug/20998] " pinskia at gcc dot gnu dot org
2005-04-13 18:19 ` dpatel at apple dot com
2005-04-13 18:21 ` [Bug debug/20998] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-05-19 17:44 ` mmitchel at gcc dot gnu dot org
2005-07-12  6:19 ` pinskia at gcc dot gnu dot org
2005-07-22 21:15 ` pinskia at gcc dot gnu dot org
2005-09-09  7:14 ` rth at gcc dot gnu dot org
2005-09-09 18:01 ` dpatel at apple dot com
2005-09-09 19:08 ` rth at gcc dot gnu dot org
2005-09-09 20:37 ` pinskia at gcc dot gnu dot org
2005-09-09 20:45 ` pinskia at gcc dot gnu dot org
2005-09-09 21:06 ` rth at gcc dot gnu dot org
2005-09-09 21:06 ` cvs-commit at gcc dot gnu dot org
2005-09-09 21:07 ` rth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).