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/23336] [4.0/4.1/4.2 Regression] enum constants not visible to gdb because of -feliminate-unused-debug-types



------- 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


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