public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/36630]  New: [4.3/4.4 Regression] ICE in vect_update_ivs_after_vectorizer
@ 2008-06-25 12:48 jakub at gcc dot gnu dot org
  2008-06-25 12:48 ` [Bug tree-optimization/36630] " jakub at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-06-25 12:48 UTC (permalink / raw)
  To: gcc-bugs

void
foo (unsigned char *x, short y)
{
  short i;

  i = 2;
  while (i < y)
    {
      x[i - 1] = x[i];
      i = i + 1;
    }
}

ICEs at -O3 on x86_64-linux in 4.3/4.4, works in 4.2 with -O3 -ftree-vectorize.


-- 
           Summary: [4.3/4.4 Regression] ICE in
                    vect_update_ivs_after_vectorizer
           Product: gcc
           Version: 4.3.1
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
GCC target triplet: x86_64-linux


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


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

end of thread, other threads:[~2008-09-08  7:46 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-25 12:48 [Bug tree-optimization/36630] New: [4.3/4.4 Regression] ICE in vect_update_ivs_after_vectorizer jakub at gcc dot gnu dot org
2008-06-25 12:48 ` [Bug tree-optimization/36630] " jakub at gcc dot gnu dot org
2008-06-25 14:28 ` rguenth at gcc dot gnu dot org
2008-06-26 11:58 ` irar at il dot ibm dot com
2008-06-26 12:12 ` rguenther at suse dot de
2008-06-26 18:34 ` irar at il dot ibm dot com
2008-07-10 14:19 ` rguenth at gcc dot gnu dot org
2008-07-16  6:20 ` irar at il dot ibm dot com
2008-07-18 16:53 ` rguenth at gcc dot gnu dot org
2008-08-27 22:13 ` jsm28 at gcc dot gnu dot org
2008-08-28 15:11 ` rguenth at gcc dot gnu dot org
2008-09-03 10:44 ` irar at il dot ibm dot com
2008-09-03 21:04 ` spop at gcc dot gnu dot org
2008-09-07  7:16 ` irar at gcc dot gnu dot org
2008-09-07 10:08 ` irar at gcc dot gnu dot org
2008-09-07 11:06 ` irar at il dot ibm dot com
2008-09-08  7:46 ` irar at il dot ibm dot com

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).