public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/13767] New: [tree-ssa] ICE in verify_flow_info
@ 2004-01-20 10:54 steven at gcc dot gnu dot org
  2004-01-20 11:11 ` [Bug middle-end/13767] " steven at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-01-20 10:54 UTC (permalink / raw)
  To: gcc-bugs

static int b, c = 1; 
 
int main (void) 
{ 
  __label__ L1; 
 
  void t (int *a) 
  { 
    *a = 0; 
    goto L1; 
  } 
 
  b = 1; 
  if (!c) 
    goto L1; 
 
  t (&b); 
  abort (); 
 
L1: 
  if (b != 0) 
    abort (); 
  return 0; 
} 
 
$ gcc-ssa f.c -O 
f.c: In function `main': 
f.c:4: error: Fallthru edge after a control statement in bb 1 
f.c:4: error: Wrong outgoing edge flags at end of bb 1 
f.c:4: internal compiler error: verify_flow_info failed 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: [tree-ssa] ICE in verify_flow_info
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: steven at gcc dot gnu dot org
                CC: dnovillo at redhat dot com,gcc-bugs at gcc dot gnu dot
                    org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13767


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-01-23  1:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-20 10:54 [Bug middle-end/13767] New: [tree-ssa] ICE in verify_flow_info steven at gcc dot gnu dot org
2004-01-20 11:11 ` [Bug middle-end/13767] " steven at gcc dot gnu dot org
2004-01-20 11:21 ` steven at gcc dot gnu dot org
2004-01-20 15:28 ` [Bug optimization/13767] " pinskia at gcc dot gnu dot org
2004-01-20 15:30 ` steven at gcc dot gnu dot org
2004-01-21 21:36 ` rth at gcc dot gnu dot org
2004-01-23  1:14 ` cvs-commit at gcc dot gnu dot org
2004-01-23  1:14 ` rth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).