Commit 88f33b96 by Steve Ellcey Committed by Steve Ellcey

re PR testsuite/43739 (FAIL: gcc.dg/pr43643.c (test for excess errors))

2010-04-14  Steve Ellcey  <sje@cup.hp.com>

	PR testsuite/43739
	* gcc.dg/pr43643.c: Use static link on hppa*-*-hpux*.

From-SVN: r158351
parent 4a5528cc
2010-04-14 Steve Ellcey <sje@cup.hp.com>
PR testsuite/43739
* gcc.dg/pr43643.c: Use static link on hppa*-*-hpux*.
2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org> 2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
PR 42966 PR 42966
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
/* { dg-do run } */ /* { dg-do run } */
/* { dg-require-profiling "-pg" } */ /* { dg-require-profiling "-pg" } */
/* { dg-options "-O2 -pg" } */ /* { dg-options "-O2 -pg" } */
/* { dg-options "-O2 -pg -static" { target hppa*-*-hpux* } } */
extern char *strdup (const char *); extern char *strdup (const char *);
......
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