Wunused-var-15.c: Add -fno-common additional option on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 4 Feb 2017 00:54:06 +0000 (00:54 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 4 Feb 2017 00:54:06 +0000 (00:54 +0000)
* c-c++-common/Wunused-var-15.c: Add -fno-common additional option on
hppa*-*-hpux*.
* c-c++-common/Wunused-var-16.c: Likewise.
* c-c++-common/builtin-shuffle-1.c: Likewise.
* gcc.dg/debug/dwarf2/align-[1-6].c Likewise.
* gcc.dg/debug/dwarf2/align-as-1.c: Likewise.

From-SVN: r245179

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/Wunused-var-15.c
gcc/testsuite/c-c++-common/Wunused-var-16.c
gcc/testsuite/c-c++-common/builtin-shuffle-1.c
gcc/testsuite/gcc.dg/debug/dwarf2/align-1.c
gcc/testsuite/gcc.dg/debug/dwarf2/align-2.c
gcc/testsuite/gcc.dg/debug/dwarf2/align-3.c
gcc/testsuite/gcc.dg/debug/dwarf2/align-4.c
gcc/testsuite/gcc.dg/debug/dwarf2/align-5.c
gcc/testsuite/gcc.dg/debug/dwarf2/align-6.c
gcc/testsuite/gcc.dg/debug/dwarf2/align-as-1.c

index 73696e5b6cc2451d58a9f633016503e98b118c98..9c97dcd7b122d312ac011a80f946e88de89f4eff 100644 (file)
@@ -1,3 +1,12 @@
+2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
+
+       * c-c++-common/Wunused-var-15.c: Add -fno-common additional option on
+       hppa*-*-hpux*.
+       * c-c++-common/Wunused-var-16.c: Likewise.
+       * c-c++-common/builtin-shuffle-1.c: Likewise.
+       * gcc.dg/debug/dwarf2/align-[1-6].c Likewise.
+       * gcc.dg/debug/dwarf2/align-as-1.c: Likewise.
+
 2017-02-03  Martin Sebor  <msebor@redhat.com>
 
        PR tree-optimization/79327
index b0f680a06bd78afc8bc6a62ec7f0b3d2eaf498a3..ddf706a19f15ab185748f832084394ac1262d58c 100644 (file)
@@ -1,6 +1,7 @@
 /* PR c/71719 */
 /* { dg-do compile } */
 /* { dg-options "-Wunused -W -Wno-psabi" } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
 typedef unsigned V __attribute__ ((vector_size (16)));
 
index 98e66a7238093e6e7717aa9a8ca31346a7127525..8bdbcd33c1a4fad04345b3e4de84bf01bd469b09 100644 (file)
@@ -1,6 +1,7 @@
 /* PR c++/78949 */
 /* { dg-do compile } */
 /* { dg-options "-Wunused" } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
 typedef unsigned char V __attribute__((vector_size(16)));
 V v;
index eae2cff54dc4e7163ac047a12a9f560c1d115c7d..df9b3a17469faf28c078a0062a6fc172870e5df2 100644 (file)
@@ -1,5 +1,6 @@
 /* PR c++/78089 */
 /* { dg-do run } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
 typedef int V __attribute__((vector_size (4 * __SIZEOF_INT__)));
 V a, b, c;
index fec0fec67f3243a359bfa99a5ae7f63fe89ee081..a00404260a1cbbdc9e0798fd0246e63191097651 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-do compile }
 // { dg-options "-O -g -dA -gno-strict-dwarf" }
+// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
 // { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }
 
 int __attribute__((__aligned__(64))) i;
index c5b74db579113e1241c49c7e655d1ab52c6dfef5..439a7da0dead26efb5a6ea2999e13091c9d6822c 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-do compile }
 // { dg-options "-O -g -dA -gno-strict-dwarf" }
+// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
 // { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }
 
 typedef int __attribute__((__aligned__(64))) i_t;
index eceee077468414b7d3c7c4174ad65729293267db..01c19cdd3657abe173fc3d36a3551fa7e77d7ff6 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-do compile }
 // { dg-options "-O -g -dA -gno-strict-dwarf" }
+// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
 // { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }
 
 typedef int int_t;
index 851a58c44adb1deab52d93ae2591ce571ea4f94f..84182749d7a0408b0858ef00a888690f4fd102a3 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-do compile }
 // { dg-options "-O -g -dA -gno-strict-dwarf" }
+// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
 // { dg-final { scan-assembler-times " DW_AT_alignment" 2 { xfail { powerpc-ibm-aix* } } } }
 
 struct tt {
index e74146ce078c03dc3c27d60802de4e5fa42c190a..322ac50cb5daee371c54cf6c5831dddb4244134c 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-do compile }
 // { dg-options "-O -g -dA -gno-strict-dwarf" }
+// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
 // { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }
 
 struct tt {
index ff118e43ff89f6f3bf20533bd98d75f24d873957..784f213ca10502b163a24d4d85e38719a919e042 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-do compile }
 // { dg-options "-O -g -dA -gno-strict-dwarf" }
+// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
 // { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }
 
 struct tt {
index 2e481cda4c81a2d60c6126739369c1ff10b30f43..5ef02c378c11b5e67b73e5ae08994c89bc81f2f9 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-do compile }
 // { dg-options "-O -g -dA -gno-strict-dwarf" }
+// { dg-additional-options "-fno-common" { target hppa*-*-hpux* } }
 // { dg-final { scan-assembler-times " DW_AT_alignment" 1 { xfail { powerpc-ibm-aix* } } } }
 
 int _Alignas(64) i;