------- Additional Comments From drow at gcc dot gnu dot org 2005-03-21 16:26 ------- I do consider it a bug that there is no way to request GCC emit full debug information in this case. But can you give an example in which it doesn't work? In general, it relies on the C++ One Definition Rule; if you have multiple types in a C++ program with the same name, this isn't the only thing that's going to go wrong.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19954