]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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:53:14 +0000 (21:53 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 6 Sep 2014 21:53:14 +0000 (21:53 +0000)
PR testsuite/56194
* g++.dg/init/const9.C: Skip scan-assembler-not "rodata" on hppa*-*-*.

From-SVN: r214998

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

index d8f884af4303721fa4b6c79ab40f3dacb86c8dc6..0c91c6d5859134a9132c3485a4cd7910ac7e1b95 100644 (file)
@@ -1,3 +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*-*-*.
+
 2014-09-03  Marek Polacek  <polacek@redhat.com>
 
        Backport from mainline
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
 {