diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/memcpy-5.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 854d3fd..b72158f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2014-08-07 John David Anglin <danglin@gcc.gnu.org> + * gcc.dg/memcpy-5.c: Add -fno-common option on hppa*-*-hpux*. + * gcc.c-torture/compile/pr60655-1.c: Don't add -fdata-sections option on 32-bit hppa-hpux. diff --git a/gcc/testsuite/gcc.dg/memcpy-5.c b/gcc/testsuite/gcc.dg/memcpy-5.c index dc5afed..67854dc 100644 --- a/gcc/testsuite/gcc.dg/memcpy-5.c +++ b/gcc/testsuite/gcc.dg/memcpy-5.c @@ -1,4 +1,5 @@ /* { dg-options "-O -fdump-tree-optimized" } */ +/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */ extern void *memcpy (void *, const void *, __SIZE_TYPE__); |
