re PR testsuite/48727 (FAIL: g++.dg/opt/devirt2.C scan-assembler-times xyzzy 2)
authorSteve Ellcey <sje@cup.hp.com>
Thu, 16 Jun 2011 20:38:49 +0000 (20:38 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 16 Jun 2011 20:38:49 +0000 (20:38 +0000)
2011-06-16  Steve Ellcey  <sje@cup.hp.com>

PR testsuite/48727
* g++.dg/opt/devirt2.C: Change xfail rule to target.

From-SVN: r175112

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/devirt2.C

index afe706ca30abecdd264c585dd422850d1d83da7e..5d9fc892873c8ebd6005afb47a146e0c1a597e66 100644 (file)
@@ -1,3 +1,8 @@
+2011-06-16  Steve Ellcey  <sje@cup.hp.com>
+
+       PR testsuite/48727
+       * g++.dg/opt/devirt2.C: Change xfail rule to target.
+
 2011-06-16  Martin Jambor  <mjambor@suse.cz>
 
        PR tree-optimization/49343
index 94a6db8440ebf3ce081d52dedcc16656a674d87b..e6dd7d62114ea20e0cb309b89d557bd2a0abc776 100644 (file)
@@ -2,7 +2,7 @@
 // { dg-options "-O2" }
 // The IA64 and HPPA compilers generate external declarations in addition
 // to the call so those scans need to be more specific.
-// { dg-final { scan-assembler-times "xyzzy" 2 { xfail hppa*-*-* ia64*-*-hpux* } } }
+// { dg-final { scan-assembler-times "xyzzy" 2 { target { ! { hppa*-*-* ia64*-*-hpux* } } } } }
 // { dg-final { scan-assembler-times "br\[^\n\]*xyzzy"  2 { target ia64*-*-hpux* } } }
 // { dg-final { scan-assembler-times "xyzzy\[^\n\]*,%r"  2 { target hppa*-*-* } } }