This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/25779] mixed declaration and code switch statement parsing issue
- 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: 13 Jan 2006 03:03:49 -0000
- Subject: [Bug c/25779] mixed declaration and code switch statement parsing issue
- References: <bug-25779-12012@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 2006-01-13 03:03 -------
Yes declarations are not statements. Labels only apply to statements and not
declarations.
See PR 7508 comment #1 for more clarification.
Closing as a dup of bug 7508.
*** This bug has been marked as a duplicate of 7508 ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25779