public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/18308] New: ICE in do_jump, at dojump.c:274
@ 2004-11-05 13:01 reichelt at gcc dot gnu dot org
  2004-11-05 13:25 ` [Bug tree-optimization/18308] " reichelt at gcc dot gnu dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-11-05 13:01 UTC (permalink / raw)
  To: gcc-bugs

The following code snippet causes an ICE on mainline when compiled with
"-O -ftree-vectorize -funroll-loops":

=============================
void foo();

void bar()
{
    int i, j, k=0;

    for (i=0; i<2; ++i)
        if (j) k=2;

    if (k) foo();
}
=============================

bug.c: In function 'bar':
bug.c:4: internal compiler error: in do_jump, at dojump.c:274
Please submit a full bug report, [etc.]

Phil's regression hunter says:
: Search converges between 2004-10-01-014001-trunk (#570) and
2004-10-01-161002-trunk (#571).

-- 
           Summary: ICE in do_jump, at dojump.c:274
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, monitored
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-01-04 15:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-05 13:01 [Bug tree-optimization/18308] New: ICE in do_jump, at dojump.c:274 reichelt at gcc dot gnu dot org
2004-11-05 13:25 ` [Bug tree-optimization/18308] " reichelt at gcc dot gnu dot org
2004-11-05 13:51 ` pinskia at gcc dot gnu dot org
2004-11-18  1:27 ` dpatel at apple dot com
2004-11-18  1:28 ` dpatel at apple dot com
2004-11-18  2:26 ` dpatel at apple dot com
2004-11-18  2:29 ` pinskia at gcc dot gnu dot org
2004-11-18  2:31 ` pinskia at gcc dot gnu dot org
2004-11-18  2:34 ` dpatel at apple dot com
2004-11-18  8:04 ` paolo dot bonzini at lu dot unisi dot ch
2004-11-18 19:09 ` dpatel at apple dot com
2004-12-28 17:44 ` bonzini at gcc dot gnu dot org
2004-12-28 17:45 ` bonzini at gcc dot gnu dot org
2004-12-28 18:50 ` bonzini at gcc dot gnu dot org
2005-01-04 14:37 ` cvs-commit at gcc dot gnu dot org
2005-01-04 15:43 ` pinskia 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).