From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26718 invoked by alias); 9 Sep 2005 19:08:24 -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 26240 invoked by uid 48); 9 Sep 2005 19:08:14 -0000 Date: Fri, 09 Sep 2005 19:08:00 -0000 Message-ID: <20050909190814.26239.qmail@sourceware.org> From: "rth at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050413180118.20998.dpatel@apple.com> References: <20050413180118.20998.dpatel@apple.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug debug/20998] [3.4/4.0/4.1 Regression] GCC does not emit debug info for variables in anonymous unions X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg01170.txt.bz2 List-Id: ------- 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