vbase1.C: Also run on i?86-*-*.
authorUros Bizjak <ubizjak@gmail.com>
Sat, 21 Nov 2015 12:20:56 +0000 (13:20 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 21 Nov 2015 12:20:56 +0000 (13:20 +0100)
* g++.dg/init/vbase1.C: Also run on i?86-*-*.

From-SVN: r230704

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

index 8eaa657..73e7cce 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 d1c0964..0cba1ad 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-*-* } } } }