Commit 15c60250 by John David Anglin

pr59003.c: Add -fno-common to dg-options on hppa*-*-hpux*.

	* gcc.dg/tree-prof/pr59003.c: Add -fno-common to dg-options on
	hppa*-*-hpux*.

From-SVN: r208783
parent aadb7308
2014-03-23 John David Anglin <danglin@gcc.gnu.org>
* gcc.dg/tree-prof/pr59003.c: Add -fno-common to dg-options on
hppa*-*-hpux*.
* gcc.dg/torture/pr60092.c: Skip on 32-bit hpux.
PR libfortran/59313
......
/* PR target/59003 */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -mtune=amdfam10" { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -fno-common" { target hppa*-*-hpux* } } */
__attribute__((noinline, noclone)) void *
foo (void *p, unsigned int q)
......
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