Commit d6fe6b8a by Uros Bizjak Committed by Uros Bizjak

vbase1.C: Also run on i?86-*-*.

	* g++.dg/init/vbase1.C: Also run on i?86-*-*.

From-SVN: r230704
parent 3856d50d
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> 2015-11-21 Jakub Jelinek <jakub@redhat.com>
PR debug/66432 PR debug/66432
......
...@@ -42,4 +42,4 @@ int main(int, char**) ...@@ -42,4 +42,4 @@ int main(int, char**)
// Verify that the SubB() mem-initializer is storing 0 directly into // 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 // this->D.whatever rather than into a stack temp that is then copied into the
// base field. // 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-*-* } } } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment