volatile-2.c: Require nonpic target.

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

From-SVN: r163685
This commit is contained in:
Uros Bizjak 2010-08-31 19:32:23 +02:00 committed by Uros Bizjak
parent ba6a601c1a
commit 6208468d29
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,7 @@
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>
PR middle-end/45461
@ -11,7 +15,7 @@
2010-08-31 Bingfeng Mei <bmei@broadcom.com>
* gcc.dg/vect/pr43430-1.c: Requires vect_condition target.
2010-08-30 Janus Weil <janus@gcc.gnu.org>
PR fortran/45456
@ -227,7 +231,7 @@
* lib/target-supports.exp (check_effective_target_vect_unpack):
Set vect_unpack supported flag to true for neon.
2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
* gcc.dg/tree-ssa/ifc-5.c: New.

View file

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-require-effective-target nonpic } */
/* { dg-options "-O2" } */
/* Check volatiles are written, read or not re-read consistently */