From: John David Anglin Date: Sat, 1 Dec 2012 21:48:09 +0000 (+0000) Subject: pr52407.c: Add "-fno-common" option on hppa*-*-hpux*. X-Git-Tag: releases/gcc-4.6.4~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2838f96e84f8b3a1122fe7ab6b57b35672df2492;p=thirdparty%2Fgcc.git pr52407.c: Add "-fno-common" option on hppa*-*-hpux*. * gcc.dg/torture/pr52407.c: Add "-fno-common" option on hppa*-*-hpux*. From-SVN: r194033 --- 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);