From 88f33b96bacb1f39b43f2003b0c2de300871d5fd Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Wed, 14 Apr 2010 16:47:15 +0000 Subject: [PATCH] re PR testsuite/43739 (FAIL: gcc.dg/pr43643.c (test for excess errors)) 2010-04-14 Steve Ellcey PR testsuite/43739 * gcc.dg/pr43643.c: Use static link on hppa*-*-hpux*. From-SVN: r158351 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/pr43643.c | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5f46fd56ac5..b5942798cea 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-04-14 Steve Ellcey + + PR testsuite/43739 + * gcc.dg/pr43643.c: Use static link on hppa*-*-hpux*. + 2010-04-14 Manuel López-Ibáñez PR 42966 diff --git a/gcc/testsuite/gcc.dg/pr43643.c b/gcc/testsuite/gcc.dg/pr43643.c index 7fbbfc255f3..b0c57c0a6dc 100644 --- a/gcc/testsuite/gcc.dg/pr43643.c +++ b/gcc/testsuite/gcc.dg/pr43643.c @@ -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 *);