From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11177 invoked by alias); 13 Apr 2005 18:01:22 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 11164 invoked by uid 48); 13 Apr 2005 18:01:19 -0000 Date: Wed, 13 Apr 2005 18:01:00 -0000 From: "dpatel at apple dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20050413180118.20998.dpatel@apple.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug debug/20998] New: GCC does not emit debug info for variables in anonymous unions X-Bugzilla-Reason: CC X-SW-Source: 2005-04/txt/msg01763.txt.bz2 List-Id: 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