Commit 42d9533c by John David Anglin

memcpy-5.c: Add -fno-common option on hppa*-*-hpux*.

	* gcc.dg/memcpy-5.c: Add -fno-common option on hppa*-*-hpux*.

From-SVN: r213723
parent 249a8c6c
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.
......
/* { dg-options "-O -fdump-tree-optimized" } */
/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
extern void *memcpy (void *, const void *, __SIZE_TYPE__);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment