* gcc.dg/torture/pr65270-1.c: Add -fno-common to dg-options on
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Mar 2015 23:49:02 +0000 (23:49 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Mar 2015 23:49:02 +0000 (23:49 +0000)
hppa*-*-hpux*.
* gcc.dg/torture/pr65270-2.c: Likewise.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr65270-1.c
gcc/testsuite/gcc.dg/torture/pr65270-2.c

index b4e8ac8..4c5d995 100644 (file)
@@ -1,3 +1,9 @@
+2015-03-15  John David Anglin  <danglin@gcc.gnu.org>
+
+       * gcc.dg/torture/pr65270-1.c: Add -fno-common to dg-options on
+       hppa*-*-hpux*.
+       * gcc.dg/torture/pr65270-2.c: Likewise.
+
 2015-03-14  Mikael Morin  <mikael@gcc.gnu.org>
 
        PR fortran/61138
index ae6dc3b..8874607 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 
 struct a 
 {
index d5b8f1c..277571c 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 
 struct a 
 {