* gcc.target/i386/pr27827.c: Only compile on ilp32 target.

From-SVN: r116099
This commit is contained in:
Jakub Jelinek 2006-08-12 15:39:05 +02:00 committed by Jakub Jelinek
parent aa2d15ab84
commit 06a7a041e0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-08-12 Jakub Jelinek <jakub@redhat.com>
* gcc.target/i386/pr27827.c: Only compile on ilp32 target.
2006-08-12 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* gfortran.dg/stat_1.f90: Make test pass when run under sudo.

View File

@ -1,4 +1,4 @@
/* { dg-do compile } */
/* { dg-do compile { target ilp32 } } */
/* { dg-options "-O2" } */
double a, b;