OSDN Git Service

2010-04-14 Steve Ellcey <sje@cup.hp.com>
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Apr 2010 16:47:15 +0000 (16:47 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:32:29 +0000 (14:32 +0900)
PR testsuite/43739
* gcc.dg/pr43643.c: Use static link on hppa*-*-hpux*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158351 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4bdac66..8e7da56 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 *);