re PR testsuite/60671 (FAIL: g++.dg/pr49718.C -std=gnu++98 scan-assembler-times...
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 6 Apr 2014 16:44:21 +0000 (16:44 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 6 Apr 2014 16:44:21 +0000 (16:44 +0000)
PR testsuite/60671
g++.dg/pr49718.C: Adjust scan-assembler-times for hppa*-*-hpux*.

From-SVN: r209166

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/pr49718.C

index e5c0631..08f0264 100644 (file)
@@ -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.
 
index d7f2710..b1cc5de 100644 (file)
@@ -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))