------- Comment #6 from razya at il dot ibm dot com  2008-05-12 09:13 -------
(In reply to comment #0)
> /* { 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.

I'm getting the same ICE (with r134722) when running spec2006/gobmk on power6.


-- 


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

Reply via email to