This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/6262] [3.4 regression] ICE when applying sizeof() to non-static class member
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jun 2003 18:38:29 -0000
- Subject: [Bug c++/6262] [3.4 regression] ICE when applying sizeof() to non-static class member
- References: <20020411115601.6262.neil@neilpearce.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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