]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.dg/init/vbase1.C: Only run on x86_64-*-* as this testcase
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Nov 2015 22:12:28 +0000 (22:12 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Nov 2015 22:12:28 +0000 (22:12 +0000)
isn't portable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230683 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 84659a559b9e62bfda954e211e492c2b4563d810..982f3206ef20778649ad2b176a452eaa8e70157f 100644 (file)
@@ -1,3 +1,8 @@
+2015-11-20  Mike Stump  <mikestump@comcast.net>
+
+       * g++.dg/init/vbase1.C: Only run on x86_64-*-* as this testcase
+       isn't portable.
+
 2015-11-20  David Malcolm  <dmalcolm@redhat.com>
 
        PR 62314
index 0d53d61deda483aeadb9a61eacafc7872439be64..d1c09644f475a898db1506ea4d0a630d01544d35 100644 (file)
@@ -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-*-* } } } }