--- Additional Comments From o dot kullmann at swansea dot ac dot uk
2005-05-20 21:30 ---
Oh, yes, I did overlook that I had to pass also that object union_f
as parameter --- thanks for telling me! Now the code compiles again.
So it's an "internal compiler error on incorrect 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