From 1f3878359b208bbe385de4ef357439b7f79ee0a0 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sun, 6 Mar 2011 00:14:01 +0000 Subject: [PATCH] pr47975.c: Add -fno-common option on hppa*-*-hpux*. * gcc.dg/torture/pr47975.c: Add -fno-common option on hppa*-*-hpux*. From-SVN: r170706 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/torture/pr47975.c | 1 + 2 files changed, 5 insertions(+) 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; -- 2.30.2