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++/22573] typedef in class scope not reported by error message



------- Comment #4 from brad dot king at kitware dot com  2005-11-30 19:01 -------
Okay, if you don't consider it a bug that is fine with me.  I just reported it
to make sure you were aware of the inconsistency.  I'm changing this bug's
status to Verified.

Meanwhile I'm still a bit curious as to where in the source the argument's true
type as written by the user is lost ("dereferenced").  Why is it lost only for
class-scope typedefs and not for namespace-scope ones?  I'm somewhat familiar
with the internals of GCC and can read the output of -fdump-translation-unit
but I could not find the spot that loses this information.  Any pointers are
appreciated.  Thanks.


-- 

brad dot king at kitware dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED


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


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