re PR testsuite/43739 (FAIL: gcc.dg/pr43643.c (test for excess errors))
authorSteve Ellcey <sje@cup.hp.com>
Wed, 14 Apr 2010 16:47:15 +0000 (16:47 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 14 Apr 2010 16:47:15 +0000 (16:47 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr43643.c

index 5f46fd5..b594279 100644 (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
index 7fbbfc2..b0c57c0 100644 (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 *);