This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/14079] [3.3 Regression] wrong debug info for extern boolean variable in debug mode
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Mar 2004 21:52:27 -0000
- Subject: [Bug debug/14079] [3.3 Regression] wrong debug info for extern boolean variable in debug mode
- References: <20040209100109.14079.konstantin@mysql.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-03-17 21:52 -------
Subject: Bug 14079
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: austern@gcc.gnu.org 2004-03-17 21:52:17
Modified files:
gcc/cp : ChangeLog decl.c
Log message:
Backport:
PR debug/14079
* decl.c (add_decl_to_level): Add extern variables, as well
as static, to static_decls array.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.263&r2=1.3076.2.264
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.965.2.79&r2=1.965.2.80
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14079