This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32108] [4.2/4.3 regression] ICE with __label__ outside of block scope
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 May 2007 21:34:56 -0000
- Subject: [Bug c++/32108] [4.2/4.3 regression] ICE with __label__ outside of block scope
- References: <bug-32108-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-27 21:34 -------
Confirmed, this should be easy to reject, cp_parser_label_declaration does not
check if we are in a function or not.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-05-27 21:34:56
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32108