This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/11325] [3.4 regression] nested class debug info missing


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]