Commit 8ffa7f55 by Eric Christopher Committed by Eric Christopher

pr29902.C: Require ilp32.

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

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

From-SVN: r123482
parent f1412ca5
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
/* { 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;}
}
}
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