OSDN Git Service

* gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Jan 2012 23:51:00 +0000 (23:51 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Jan 2012 23:51:00 +0000 (23:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183686 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tm/pr51472.c

index 528fe42..9f2336b 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*.
+
 2012-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/51327
 2012-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/51327
index 2897c3d..159db0b 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-fgnu-tm -O  --param tm-max-aggregate-size=32" } */
 /* { dg-do compile } */
 /* { dg-options "-fgnu-tm -O  --param tm-max-aggregate-size=32" } */
+/* { dg-options "-fgnu-tm -fno-common -O  --param tm-max-aggregate-size=32" { target hppa*-*-hpux* } } */
 
 typedef int __attribute__ ((vector_size (16))) vectype;
 vectype v;
 
 typedef int __attribute__ ((vector_size (16))) vectype;
 vectype v;