pr48616.c (dg-options): Add -fno-common to options on hppa*-*-hpux*.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 23 Apr 2011 17:44:24 +0000 (17:44 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 23 Apr 2011 17:44:24 +0000 (17:44 +0000)
* gcc.dg/pr48616.c (dg-options): Add -fno-common to options on
hppa*-*-hpux*.

From-SVN: r172899

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

index dfb9929..2cf73c7 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-23  John David Anglin  <dave.anglin@nrc-cnrc.ca>
+
+       * gcc.dg/pr48616.c (dg-options): Add -fno-common to options on
+       hppa*-*-hpux*.
+
 2011-04-23  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/18918
index 8c8ec2c..6a908d6 100644 (file)
@@ -1,6 +1,7 @@
 /* PR tree-optimization/48616 */
 /* { dg-do run } */
 /* { dg-options "-O2 -ftree-vectorize" } */
+/* { dg-options "-O2 -ftree-vectorize -fno-common" { target hppa*-*-hpux* } } */
 
 extern void abort (void);
 int a[4] __attribute__((aligned (32)));