diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2014-04-06 16:44:21 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2014-04-06 16:44:21 +0000 |
commit | 3c6b370110ad8177935c89a63464805548a0c98a (patch) | |
tree | 871d10b3ede3599c0789a18ec80634e193f0c980 /gcc | |
parent | 6e9467bb8d5ffe861ffea89f52c37978ba2b5d91 (diff) | |
download | gcc-3c6b370110ad8177935c89a63464805548a0c98a.zip gcc-3c6b370110ad8177935c89a63464805548a0c98a.tar.gz gcc-3c6b370110ad8177935c89a63464805548a0c98a.tar.bz2 |
re PR testsuite/60671 (FAIL: g++.dg/pr49718.C -std=gnu++98 scan-assembler-times __cyg_profile_func_enter 1)
PR testsuite/60671
g++.dg/pr49718.C: Adjust scan-assembler-times for hppa*-*-hpux*.
From-SVN: r209166
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/pr49718.C | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e5c0631..08f0264 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2014-04-06 John David Anglin <danglin@gcc.gnu.org> + PR testsuite/60671 + g++.dg/pr49718.C: Adjust scan-assembler-times for hppa*-*-hpux*. + PR testsuite/60672 * g++.dg/cpp1y/auto-fn25.C: Require lto. diff --git a/gcc/testsuite/g++.dg/pr49718.C b/gcc/testsuite/g++.dg/pr49718.C index d7f2710..b1cc5de 100644 --- a/gcc/testsuite/g++.dg/pr49718.C +++ b/gcc/testsuite/g++.dg/pr49718.C @@ -2,7 +2,8 @@ /* { dg-options "-O2 -finstrument-functions" } */ /* { dg-additional-options "-mno-explicit-relocs" { target alpha*-*-* } } */ /* { dg-additional-options "-mno-relax-pic-calls" { target mips*-*-* } } */ -/* { dg-final { scan-assembler-times "__cyg_profile_func_enter" 1} } */ +/* { dg-final { scan-assembler-times "__cyg_profile_func_enter" 1 { target { ! { hppa*-*-hpux* } } } } } */ +/* { dg-final { scan-assembler-times "__cyg_profile_func_enter,%r" 1 { target hppa*-*-hpux* } } } */ #define NOINSTR __attribute__((no_instrument_function)) |