diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/testsuite/g++.dg/other/profile1.C | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b7909d3..a3edd51 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-05-23 Sandra Loosemore <sandra@codesourcery.com> + Daniel Jacobowitz <dan@codesourcery.com> + + * g++.dg/other/profile1.C: Use dg-require-profiling. + 2008-05-24 Hans-Peter Nilsson <hp@axis.com> PR testsuite/22523 diff --git a/gcc/testsuite/g++.dg/other/profile1.C b/gcc/testsuite/g++.dg/other/profile1.C index fb2e2d0..10a4787 100644 --- a/gcc/testsuite/g++.dg/other/profile1.C +++ b/gcc/testsuite/g++.dg/other/profile1.C @@ -1,5 +1,6 @@ // PR 11767 // { dg-do run } +// { dg-require-profiling "-fprofile-arcs" } // { dg-options "-fnon-call-exceptions -fprofile-arcs" } #include <string> |
