]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr57233.c: Add -fno-common option on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Thu, 7 Aug 2014 17:49:08 +0000 (17:49 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 7 Aug 2014 17:49:08 +0000 (17:49 +0000)
* gcc.dg/pr57233.c: Add -fno-common option on hppa*-*-hpux*.
* c-c++-common/pr50459.c: Likewise.

From-SVN: r213717

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/pr50459.c
gcc/testsuite/gcc.dg/pr57233.c

index 27cbfb4b8490f7828718de02d34458b05ce0cd7f..a484b048eb451dafd15a29a85d1b60f9a57443b8 100644 (file)
@@ -1,3 +1,8 @@
+2014-08-07  John David Anglin  <danglin@gcc.gnu.org>
+
+       * gcc.dg/pr57233.c: Add -fno-common option on hppa*-*-hpux*.
+       * c-c++-common/pr50459.c: Likewise.
+
 2014-08-07  Petr Murzin  <petr.murzin@intel.com>
 
        * gcc.target/i386/avx512f-vfixupimmpd-2.c: Include float.h instead of
index 8d75228bbcf4f25da32fef9bb6fddbaf1bbd7c9d..848977ea393316bb304607528d7d7b9be0e7bb91 100644 (file)
@@ -1,6 +1,7 @@
 /* PR c/50459 */
 /* { dg-do compile } */
 /* { dg-options "-Wall -Wextra" } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
 enum { A = 128, B = 1 };
 void *fn1 (void) __attribute__((assume_aligned (A)));
index 58c05348b85df88b879b56726af36ae8538fc3a7..484844e491d5e5052336e672c659df3ca116d295 100644 (file)
@@ -1,6 +1,7 @@
 /* PR tree-optimization/57233 */
 /* { dg-do run { target { ilp32 || lp64 } } } */
 /* { dg-options "-O2" } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
 typedef unsigned V4 __attribute__((vector_size(4 * sizeof (int))));
 typedef unsigned V8 __attribute__((vector_size(8 * sizeof (int))));