From: danglin Date: Sun, 6 Mar 2011 00:14:01 +0000 (+0000) Subject: * gcc.dg/torture/pr47975.c: Add -fno-common option on hppa*-*-hpux*. X-Git-Tag: upstream/4.9.2~22447 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fc6eafab3571a152db6c99192dee95e0ed9a0f3;p=platform%2Fupstream%2Flinaro-gcc.git * gcc.dg/torture/pr47975.c: Add -fno-common option on hppa*-*-hpux*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170706 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6edf8e2..40a5800 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 2919452..e2a72af 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;