re PR testsuite/56194 (FAIL: g++.dg/init/const9.C -std=c++98 scan-assembler-not...
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 6 Sep 2014 21:45:53 +0000 (21:45 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 6 Sep 2014 21:45:53 +0000 (21:45 +0000)
PR testsuite/56194
* g++.dg/init/const9.C: Skip scan-assembler-not "rodata" on hppa*-*-*.

From-SVN: r214996

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/init/const9.C

index 24a4d2870a59106a6b9a05ec376ac034d10f0348..dac150700a914dffdbf143be817283cd36ba8a22 100644 (file)
@@ -1,5 +1,8 @@
 2014-09-06  John David Anglin  <danglin@gcc.gnu.org>
 
+       PR testsuite/56194
+       * g++.dg/init/const9.C: Skip scan-assembler-not "rodata" on hppa*-*-*.
+
        * g++.dg/ipa/pr61800.C: Require visibility.
 
        * gcc.dg/pr61868.c: Require lto.
index ba1dfd4bc46eb899622e3c0b8f013ef26baa1766..d733e953332edfa78393c09e97675b34d0e32bcc 100644 (file)
@@ -1,5 +1,5 @@
 // PR c++/55893
-// { dg-final { scan-assembler-not "rodata" } }
+// { dg-final { scan-assembler-not "rodata" { target { ! hppa*-*-* } } } }
 
 struct foo
 {