This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13014] New: if shortcut misses required diagnostics
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Nov 2003 22:37:44 -0000
- Subject: [Bug c/13014] New: if shortcut misses required diagnostics
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Two new tests, committed as
g++.dg/parse/dce1.C
gcc.dg/20031111-1.c
miss required diagnostics for illegal break and continue
statements because they have been eliminated as unreachable
before looking at them.
--
Summary: if shortcut misses required diagnostics
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Keywords: accepts-invalid
Severity: critical
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rth at gcc dot gnu dot org
CC: echristo at redhat dot com,gcc-bugs at gcc dot gnu dot
org,roger at eyesopen dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13014