This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/9574] [3.4 regression] Error accessing static member with custom operator []
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jun 2003 02:33:20 -0000
- Subject: [Bug c++/9574] [3.4 regression] Error accessing static member with custom operator []
- References: <20030204211600.9574.fche@redhat.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=9574
giovannibajo@libero.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|ice-on-valid-code |rejects-valid
Last reconfirmed|0000-00-00 00:00:00 |2003-06-04 02:33:19
date| |
Summary|[3.4 regression][New parser]|[3.4 regression] Error
|crash |accessing static member with
| |custom operator []
------- Additional Comments From giovannibajo@libero.it 2003-06-04 02:33 -------
We now have a reject-valid on today's mainline (20030604):
pr9574.cpp: In constructor `bar::bar()':
pr9574.cpp:10: error: object missing in reference to `bar::z'
pr9574.cpp:11: error: from this location
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.