From 45f86e0f6e1b0fdd6676848c7e929a4cbc85cd8f Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Thu, 16 Jun 2011 20:38:49 +0000 Subject: [PATCH] re PR testsuite/48727 (FAIL: g++.dg/opt/devirt2.C scan-assembler-times xyzzy 2) 2011-06-16 Steve Ellcey PR testsuite/48727 * g++.dg/opt/devirt2.C: Change xfail rule to target. From-SVN: r175112 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/opt/devirt2.C | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index afe706c..5d9fc89 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-06-16 Steve Ellcey + + PR testsuite/48727 + * g++.dg/opt/devirt2.C: Change xfail rule to target. + 2011-06-16 Martin Jambor PR tree-optimization/49343 diff --git a/gcc/testsuite/g++.dg/opt/devirt2.C b/gcc/testsuite/g++.dg/opt/devirt2.C index 94a6db8..e6dd7d6 100644 --- a/gcc/testsuite/g++.dg/opt/devirt2.C +++ b/gcc/testsuite/g++.dg/opt/devirt2.C @@ -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*-*-* } } } -- 2.7.4