public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/34330]  New: [4.3 Regression] IC-ftree-parallelize-loops=4 ICE
@ 2007-12-03 22:43 jakub at gcc dot gnu dot org
  2007-12-10  0:23 ` [Bug tree-optimization/34330] -ftree-parallelize-loops=4 ICE with the vectorizer also pinskia at gcc dot gnu dot org
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-12-03 22:43 UTC (permalink / raw)
  To: gcc-bugs

/* { dg-do compile } */
/* { dg-options "-O3 -ftree-parallelize-loops=4" } */
struct T
{
  int t;
  struct { short s1, s2, s3, s4 } *s;
};

void
foo (int *a, int *b, int *c, int *d, struct T *e)
{
  int i;
  for (i = 0; i < e->t; i++)
    {
      e->s[i].s1 = a[i];
      e->s[i].s2 = b[i];
      e->s[i].s3 = c[i];
      e->s[i].s4 = d[i];
    }
}

ICEs on x86_64-linux with
test.c: In function 'foo':
test.c:11: internal compiler error: in get_smt_for, at tree-ssa-alias.c:3203
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.3 Regression] IC-ftree-parallelize-loops=4 ICE
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-*-*, x86_64-*-*
 BugsThisDependsOn: 33453


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


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

end of thread, other threads:[~2008-05-20 21:06 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-03 22:43 [Bug tree-optimization/34330] New: [4.3 Regression] IC-ftree-parallelize-loops=4 ICE jakub at gcc dot gnu dot org
2007-12-10  0:23 ` [Bug tree-optimization/34330] -ftree-parallelize-loops=4 ICE with the vectorizer also pinskia at gcc dot gnu dot org
2007-12-16 22:07 ` rakdver at gcc dot gnu dot org
2007-12-18 18:51 ` rakdver at gcc dot gnu dot org
2007-12-19  9:38 ` dorit at gcc dot gnu dot org
2007-12-19  9:46 ` jakub at gcc dot gnu dot org
2008-01-21 17:47 ` rakdver at gcc dot gnu dot org
2008-05-12  9:14 ` razya at il dot ibm dot com
2008-05-12  9:43 ` razya at il dot ibm dot com
2008-05-13  9:08 ` rguenth at gcc dot gnu dot org
2008-05-15  8:22 ` rguenth at gcc dot gnu dot org
2008-05-15  8:23 ` rguenth at gcc dot gnu dot org
2008-05-15  9:24 ` razya at il dot ibm dot com
2008-05-15  9:28 ` rguenth at gcc dot gnu dot org
2008-05-15  9:29 ` rguenth at gcc dot gnu dot org
2008-05-15  9:41 ` razya at il dot ibm dot com
2008-05-15  9:46 ` razya at il dot ibm dot com
2008-05-20 21:05 ` rguenth at gcc dot gnu dot org
2008-05-20 21:06 ` rguenth 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).