nested-func-4.c: Add dg-options for hppa*-*-hpux*.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 12 Nov 2005 21:54:23 +0000 (21:54 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 12 Nov 2005 21:54:23 +0000 (21:54 +0000)
testsuite/24614
* gcc.dg/nested-func-4.c: Add dg-options for hppa*-*-hpux*.

From-SVN: r106837

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/nested-func-4.c

index 8d12b2e8254d70ff395fbf51e84c2bb91b59b000..19a2420e974ea3b9380d54db973e35b04eee5a8f 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       testsuite/24614
+       * gcc.dg/nested-func-4.c: Add dg-options for hppa*-*-hpux*.
+
 2005-11-12  Hans-Peter Nilsson  <hp@axis.com>
 
        * gcc.target/cris/cris.exp: New file.
index 6f0f172c3e78eb16a62ee9bbcf7cf3b48f54b470..30826d885a6afafb39c4bc9836bdd812b71dcce3 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-pg" } */
+/* { dg-options "-pg -static" { target hppa*-*-hpux* } } */
 /* { dg-require-profiling "-pg" } */
 
 extern void abort(void);