]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.dg/init/vbase1.C: Also run on i?86-*-*.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Nov 2015 12:20:56 +0000 (12:20 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Nov 2015 12:20:56 +0000 (12:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230704 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 8eaa6574829687cac89f7905d47b0d7da576277c..73e7cce12415edb7f096f10d3718211ba0759fdc 100644 (file)
@@ -1,3 +1,7 @@
+2015-11-21  Uros Bizjak  <ubizjak@gmail.com>
+
+       * g++.dg/init/vbase1.C: Also run on i?86-*-*.
+
 2015-11-21  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/66432
index d1c09644f475a898db1506ea4d0a630d01544d35..0cba1ad5308bfbed484d167272010341946db91d 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" { target { x86_64-*-* } } } }
+// { dg-final { scan-rtl-dump "set \[^\n\]*\n\[^\n\]*this\[^\n\]*\n\[^\n\]*const_int 0" "expand" { target { i?86-*-* x86_64-*-* } } } }