PR testsuite/56194
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Sep 2014 21:45:53 +0000 (21:45 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Sep 2014 21:45:53 +0000 (21:45 +0000)
* g++.dg/init/const9.C: Skip scan-assembler-not "rodata" on hppa*-*-*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214996 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 24a4d28..dac1507 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 ba1dfd4..d733e95 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
 {