This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/11325] [3.4 regression] nested class debug info missing
- From: "janis187 at us dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2003 21:54:05 -0000
- Subject: [Bug debug/11325] [3.4 regression] nested class debug info missing
- References: <20030626030149.11325.bkoz@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11325
------- Additional Comments From janis187 at us dot ibm dot com 2003-07-24 21:54 -------
Information about the nested class is no longer generated following this
patch:
--- gcc/gcc/ChangeLog ---
2003-02-28 Richard Henderson <rth@redhat.com>
* toplev.c (flag_eliminate_unused_debug_types): Enable by default.
This is a new feature, not a bug; the types eliminated from the debug
information are never used within the test. They can be generated using
the option -fno-eliminate-unused-debug-types.