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++/21685] Internal compiler error on correct code


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-20 21:16 -------
This code is invalid, you are trying to use union_f in an "inner" class but unlike Java, "inner" classes in 
C++, you cannot access the outer class's members.

-- 


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


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