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 c/41172] C frontend botches type.name for typedef chains



------- Comment #6 from dwitte at mozilla dot com  2009-08-26 05:52 -------
Well, if it's comparing two existing types, sure. :)

How does it work in the case where the parser is dealing with the declaration
|bar_t func()|, and it wants to determine if it's seen the declaration of
|bar_t| before?

Wait, don't tell me. The parser keeps a separate mapping of names->trees?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41172


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