From: mrs Date: Fri, 20 Nov 2015 22:12:28 +0000 (+0000) Subject: * g++.dg/init/vbase1.C: Only run on x86_64-*-* as this testcase X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35543da8625d845ce6afb3f82da09f7493ed78a3;p=thirdparty%2Fgcc.git * g++.dg/init/vbase1.C: Only run on x86_64-*-* as this testcase isn't portable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230683 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 84659a559b9e..982f3206ef20 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 0d53d61deda4..d1c09644f475 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-*-* } } } }