From: John David Anglin Date: Sun, 6 Mar 2011 00:14:01 +0000 (+0000) Subject: pr47975.c: Add -fno-common option on hppa*-*-hpux*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f3878359b208bbe385de4ef357439b7f79ee0a0;p=gcc.git pr47975.c: Add -fno-common option on hppa*-*-hpux*. * gcc.dg/torture/pr47975.c: Add -fno-common option on hppa*-*-hpux*. From-SVN: r170706 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6edf8e27915..40a58009c1b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-03-05 John David Anglin + + * gcc.dg/torture/pr47975.c: Add -fno-common option on hppa*-*-hpux*. + 2011-03-05 Jakub Jelinek PR rtl-optimization/47899 diff --git a/gcc/testsuite/gcc.dg/torture/pr47975.c b/gcc/testsuite/gcc.dg/torture/pr47975.c index 2919452a024..e2a72af4915 100644 --- a/gcc/testsuite/gcc.dg/torture/pr47975.c +++ b/gcc/testsuite/gcc.dg/torture/pr47975.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */ int __attribute__ ((vector_size (32))) x;