Message ID | 20130528113518.GB19416@kam.mff.cuni.cz |
---|---|
State | New |
Headers | show |
Index: testsuite/gcc.dg/vect/vect-strided-a-u16-i4.c =================================================================== --- testsuite/gcc.dg/vect/vect-strided-a-u16-i4.c (revision 199343) +++ testsuite/gcc.dg/vect/vect-strided-a-u16-i4.c (working copy) @@ -12,7 +12,7 @@ typedef struct { unsigned short d; } s; -volatile int y = 0; +volatile int yy = 0; __attribute__ ((noinline)) int main1 () @@ -29,7 +29,7 @@ main1 () arr[i].b = i * 2; arr[i].c = 17; arr[i].d = i+34; - if (y) /* Avoid vectorization. */ + if (yy) /* Avoid vectorization. */ abort (); }