PR tree-optimization/48775
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Apr 2011 18:31:52 +0000 (18:31 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Apr 2011 18:31:52 +0000 (18:31 +0000)
* gcc.dg/pr48616.c: Also add -fno-common on alpha*-dec-osf*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173125 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr48616.c

index 8d0d6a9..77620c8 100644 (file)
@@ -1,3 +1,8 @@
+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
index 6a908d6..6cad235 100644 (file)
@@ -1,7 +1,7 @@
 /* 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)));