PR tree-optimization/48775
* gcc.dg/pr48616.c: Also add -fno-common on alpha*-dec-osf*.
From-SVN: r173125
+2011-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ PR tree-optimization/48775
+ * gcc.dg/pr48616.c: Also add -fno-common on alpha*-dec-osf*.
+
2011-04-28 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/48798
/* PR tree-optimization/48616 */
/* { dg-do run } */
/* { dg-options "-O2 -ftree-vectorize" } */
-/* { dg-options "-O2 -ftree-vectorize -fno-common" { target hppa*-*-hpux* } } */
+/* { dg-options "-O2 -ftree-vectorize -fno-common" { target alpha*-dec-osf* hppa*-*-hpux* } } */
extern void abort (void);
int a[4] __attribute__((aligned (32)));