[Bug c++/26965] Unnecessary debug info for unused consts in C++

2006-04-03 Thread ian at airs dot com
--- Comment #4 from ian at airs dot com 2006-04-03 22:57 --- -feliminate-unused-debug-symbols only applies to stabs debugging. I'm talking about DWARF (which I admit I didn't say explicitly, although my examples were all for DWARF). You might reasonably ask about -feliminate-unused-deb

[Bug c++/26965] Unnecessary debug info for unused consts in C++

2006-04-03 Thread pluto at agmk dot net
--- Comment #3 from pluto at agmk dot net 2006-04-03 08:07 --- (In reply to comment #0) > (...) This is as expected: they are not used by > any actual code, so there is no need to emit debug info for them. so, what for is the -feliminate-unused-debug-symbols? -- http://gcc.gnu.org

[Bug c++/26965] Unnecessary debug info for unused consts in C++

2006-04-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-02 08:22 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug c++/26965] Unnecessary debug info for unused consts in C++

2006-03-31 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-31 20:05 --- This looks very related to PR 14167. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26965