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++/6262] [3.4 regression] ICE when applying sizeof() to non-static class member


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia@physics.uc.edu  2003-06-16 18:38 -------
I do not get an ICE on the mainline (20030616), but an error, is this code valid?

pr6262.cc: In constructor `Y::Y()':
pr6262.cc:4: error: object missing in reference to `X::x'
pr6262.cc:8: error: from this location


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