From 2838f96e84f8b3a1122fe7ab6b57b35672df2492 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 1 Dec 2012 21:48:09 +0000 Subject: [PATCH] pr52407.c: Add "-fno-common" option on hppa*-*-hpux*. * gcc.dg/torture/pr52407.c: Add "-fno-common" option on hppa*-*-hpux*. From-SVN: r194033 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/torture/pr52407.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b19b2881f44f..ba4f111370fc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-12-01 John David Anglin + + * gcc.dg/torture/pr52407.c: Add "-fno-common" option on hppa*-*-hpux*. + 2012-11-29 Jason Merrill PR c++/53862 diff --git a/gcc/testsuite/gcc.dg/torture/pr52407.c b/gcc/testsuite/gcc.dg/torture/pr52407.c index bb95e51f25bd..917e9db3f848 100644 --- a/gcc/testsuite/gcc.dg/torture/pr52407.c +++ b/gcc/testsuite/gcc.dg/torture/pr52407.c @@ -1,4 +1,5 @@ /* { dg-do run } */ +/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */ extern void abort (void); -- 2.47.2