From 478c6ec6323711142863f8ac4e6c553433dad378 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Fri, 20 Nov 2015 22:12:28 +0000 Subject: [PATCH] vbase1.C: Only run on x86_64-*-* as this testcase isn't portable. * g++.dg/init/vbase1.C: Only run on x86_64-*-* as this testcase isn't portable. From-SVN: r230683 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/init/vbase1.C | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 84659a55..982f320 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-11-20 Mike Stump + + * g++.dg/init/vbase1.C: Only run on x86_64-*-* as this testcase + isn't portable. + 2015-11-20 David Malcolm PR 62314 diff --git a/gcc/testsuite/g++.dg/init/vbase1.C b/gcc/testsuite/g++.dg/init/vbase1.C index 0d53d61..d1c0964 100644 --- a/gcc/testsuite/g++.dg/init/vbase1.C +++ b/gcc/testsuite/g++.dg/init/vbase1.C @@ -42,4 +42,4 @@ int main(int, char**) // Verify that the SubB() mem-initializer is storing 0 directly into // this->D.whatever rather than into a stack temp that is then copied into the // base field. -// { dg-final { scan-rtl-dump "set \[^\n\]*\n\[^\n\]*this\[^\n\]*\n\[^\n\]*const_int 0" "expand" { xfail { powerpc*-*-* } } } } +// { dg-final { scan-rtl-dump "set \[^\n\]*\n\[^\n\]*this\[^\n\]*\n\[^\n\]*const_int 0" "expand" { target { x86_64-*-* } } } } -- 2.7.4