Commit b1cbff99 authored by echristo's avatar echristo
Browse files

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

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



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123482 138bc75d-0d04-0410-961f-82ee72b054a4
parent f62816ef
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
/* { 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