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]

Re: c++/9483: [3.4 regression] [New parser] Member with same name as class allowed


For the sake of completness: Members with the same name as the class
are expressly forbidden by 9.2[13]. Surpringly members of an
anon struct or union with the same name as the class are properly
diagnosed.



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