pr29902.C: Require ilp32.

2007-04-03  Eric Christopher  <echristo@apple.com>

	    * g++.dg/tree-ssa/pr29902.C: Require ilp32.

From-SVN: r123482
This commit is contained in:
Eric Christopher 2007-04-03 21:43:02 +00:00 committed by Eric Christopher
parent f1412ca58a
commit 8ffa7f5587
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2007-04-03 Eric Christopher <echristo@apple.com>
* g++.dg/tree-ssa/pr29902.C: Require ilp32.
2007-04-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/31304
@ -8,7 +12,7 @@
2007-04-03 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/tls/opt-3.c: Use -mregparm=3 only for ilp32 on x86_64 targets.
2007-04-03 Jakub Jelinek <jakub@redhat.com>
PR c++/30847
@ -31,7 +35,7 @@
PR libgfortran/31366
* gfortran.dg/direct_io_6.f90: New test.
2007-04-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/31207

View File

@ -1,5 +1,6 @@
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-O1 -fprefetch-loop-arrays -march=athlon" } */
/* { dg-require-effective-target ilp32 } */
int length1();
int g(int);
@ -16,4 +17,3 @@ void f(int capacity_, char *old_storage)
for (int i = 1; i < capacity_; i++){old_storage[i] = 0;}
}
}