This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/13014] New: if shortcut misses required diagnostics


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]