]> gcc.gnu.org Git - gcc.git/commitdiff
Wunused-var-12.c: Add -fno-common to options on 32-bit hppa*-*-hpux*.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Thu, 9 Sep 2010 01:54:21 +0000 (01:54 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 9 Sep 2010 01:54:21 +0000 (01:54 +0000)
* c-c++-common/Wunused-var-12.c: Add -fno-common to options on 32-bit
hppa*-*-hpux*.

From-SVN: r164044

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/Wunused-var-12.c

index 6ff0024ebea686aee1e8758fc283fb333db2fcce..c18b432333e0d36d36497d44b3cb4b1197bc07a6 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * c-c++-common/Wunused-var-12.c: Add -fno-common to options on 32-bit
+       hppa*-*-hpux*.
+
 2010-09-08  Nicola Pero  <nicola.pero@meta-innovation.com>
 
        * objc/execute/exceptions/throw-nil.m: New test.
index 312680a72e85c3e7f00eece5e39fcade5d7e3424..94e56d8a8a798b012309f076712093142b31d2c5 100644 (file)
@@ -1,6 +1,7 @@
 /* PR c++/44780 */
 /* { dg-do compile } */
 /* { dg-options "-Wunused" } */
+/* { dg-options "-Wunused -fno-common" { target { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } } } */
 
 typedef double vec __attribute__ ((__vector_size__ (16)));
 vec c, d;
This page took 0.079652 seconds and 5 git commands to generate.