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

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

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

From-SVN: r161013
This commit is contained in:
John David Anglin 2010-06-18 22:38:32 +00:00 committed by John David Anglin
parent 217e47dd65
commit d82c3509f9
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2010-06-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Backport from mainline
2010-04-14 Steve Ellcey <sje@cup.hp.com>
PR testsuite/43739
* gcc.dg/pr43643.c: Use static link on hppa*-*-hpux*.
2010-06-15 Jakub Jelinek <jakub@redhat.com>
PR fortran/44536

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 *);