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/19954] Compiler emits incomplete structure type


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


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