]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc.dg/nested-func-4.c: Require profiling -pg.
authorHans-Peter Nilsson <hp@axis.com>
Sat, 29 Oct 2005 03:11:31 +0000 (03:11 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 29 Oct 2005 03:11:31 +0000 (03:11 +0000)
From-SVN: r105988

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

index 66577ef67e1dc90208bde9e7642cfcc22353a491..e76658c78c9918b4affce57b9adfc793e91bc8c7 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-29  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gcc.dg/nested-func-4.c: Require profiling -pg.
+
 2005-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR C++/23229
index 5a17f7895314bf541883d24f506a4da3491eb8fa..6f0f172c3e78eb16a62ee9bbcf7cf3b48f54b470 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-pg" } */
+/* { dg-require-profiling "-pg" } */
 
 extern void abort(void);
 
This page took 0.098251 seconds and 5 git commands to generate.