This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/8061] ICE in grokdeclarator, at cp/decl.c:10142
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Oct 2003 09:58:14 -0000
- Subject: [Bug c++/8061] ICE in grokdeclarator, at cp/decl.c:10142
- References: <20020926163600.8061.dave@boost-consulting.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=8061
------- Additional Comments From reichelt at gcc dot gnu dot org 2003-10-01 09:58 -------
Well, the first testcase is actually valid code, which is rejected
by mainline. Sorry for the confusion. However, this is the same
problem as in PR 11715, so there's no need to reopen the PR.
The second testcase is really invalid, so GCC is doing the right
thing here. I'll soon add a testcase for this.