Commit cc133204 by Uros Bizjak

pr55458.c: Require ia32 target instead of ilp32.

	* gcc.target/i386/pr55458.c: Require ia32 target instead of ilp32.

From-SVN: r193902
parent c656b86b
2012-11-28 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr55458.c: Require ia32 target instead of ilp32.
2012-11-28 Vladimir Makarov <vmakarov@redhat.com> 2012-11-28 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/55512 PR rtl-optimization/55512
...@@ -6,8 +10,7 @@ ...@@ -6,8 +10,7 @@
2012-11-28 Jakub Jelinek <jakub@redhat.com> 2012-11-28 Jakub Jelinek <jakub@redhat.com>
PR testsuite/55505 PR testsuite/55505
* gcc.c-torture/execute/921202-1.c: Increase size of dx and dy * gcc.c-torture/execute/921202-1.c: Increase size of dx and dy arrays.
arrays.
PR testsuite/55504 PR testsuite/55504
* gcc.c-torture/execute/20071018-1.c (foo): Add noinline/noclone * gcc.c-torture/execute/20071018-1.c (foo): Add noinline/noclone
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */ /* { dg-require-effective-target ia32 } */
/* { dg-options "-fPIC" } */ /* { dg-options "-fPIC" } */
int a, b, c; int a, b, c;
......
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