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
This commit is contained in:
Steve Ellcey 2010-04-14 16:47:15 +00:00 committed by Steve Ellcey
parent 4a5528ccf5
commit 88f33b96ba
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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>
PR 42966

View File

@ -3,6 +3,7 @@
/* { dg-do run } */
/* { dg-require-profiling "-pg" } */
/* { dg-options "-O2 -pg" } */
/* { dg-options "-O2 -pg -static" { target hppa*-*-hpux* } } */
extern char *strdup (const char *);