Commit 6208468d by Uros Bizjak Committed by Uros Bizjak

volatile-2.c: Require nonpic target.

	* gcc.target/i386/volatile-2.c: Require nonpic target.

From-SVN: r163685
parent ba6a601c
2010-08-31 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/volatile-2.c: Require nonpic target.
2010-08-31 Jakub Jelinek <jakub@redhat.com> 2010-08-31 Jakub Jelinek <jakub@redhat.com>
PR middle-end/45461 PR middle-end/45461
...@@ -11,7 +15,7 @@ ...@@ -11,7 +15,7 @@
2010-08-31 Bingfeng Mei <bmei@broadcom.com> 2010-08-31 Bingfeng Mei <bmei@broadcom.com>
* gcc.dg/vect/pr43430-1.c: Requires vect_condition target. * gcc.dg/vect/pr43430-1.c: Requires vect_condition target.
2010-08-30 Janus Weil <janus@gcc.gnu.org> 2010-08-30 Janus Weil <janus@gcc.gnu.org>
PR fortran/45456 PR fortran/45456
...@@ -227,7 +231,7 @@ ...@@ -227,7 +231,7 @@
* lib/target-supports.exp (check_effective_target_vect_unpack): * lib/target-supports.exp (check_effective_target_vect_unpack):
Set vect_unpack supported flag to true for neon. Set vect_unpack supported flag to true for neon.
2010-08-24 Sebastian Pop <sebastian.pop@amd.com> 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
* gcc.dg/tree-ssa/ifc-5.c: New. * gcc.dg/tree-ssa/ifc-5.c: New.
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target nonpic } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
/* Check volatiles are written, read or not re-read consistently */ /* Check volatiles are written, read or not re-read consistently */
......
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