pr29902.C: Require ilp32.
authorEric Christopher <echristo@apple.com>
Tue, 3 Apr 2007 21:43:02 +0000 (21:43 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Tue, 3 Apr 2007 21:43:02 +0000 (21:43 +0000)
2007-04-03  Eric Christopher  <echristo@apple.com>

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

From-SVN: r123482

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tree-ssa/pr29902.C

index b9c4127..5e61ac1 100644 (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
index c81101d..838a411 100644 (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;}
   }
 }
-