This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/23336] [4.0/4.1/4.2 Regression] enum constants not visible to gdb because of -feliminate-unused-debug-types
- From: "aldyh at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jun 2006 22:32:07 -0000
- Subject: [Bug debug/23336] [4.0/4.1/4.2 Regression] enum constants not visible to gdb because of -feliminate-unused-debug-types
- References: <bug-23336-360@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from aldyh at gcc dot gnu dot org 2006-06-03 22:32 -------
This still fails because it hasn't been fixed ;-). My patch for
-feliminate-unused-debug-types only handled casts. It needs further front-end
work to handle enums. At least the infrastructure is in place for the
front-end work.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23336