]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vect-ifcvt-9.c: Use inline.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 22 Jan 2008 19:24:36 +0000 (19:24 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 22 Jan 2008 19:24:36 +0000 (19:24 +0000)
* gcc.dg/vect/vect-ifcvt-9.c: Use inline.

From-SVN: r131737

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-ifcvt-9.c

index aad5d9673e934b504e58a7caca5e7a9588cd4625..e23320b7f49c603436b5a26cb4c5be7999f8bd98 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/vect/vect-ifcvt-9.c: Use inline.
+
 2008-01-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * g++.dg/eh/ia64-2.C: Add "dg-require-weak" statement.  Place
index 75941d7f10f53828a852351049ec84fca13a1185..b4a74cf9b441bd81f5ccb26c194b1f3a75fbf475 100644 (file)
@@ -11,7 +11,7 @@ extern void abort(void);
 
 int A[N] = {36,39,42,45,43,32,21,12,23,34,45,56,67,78,89,11};
 int B[N] = {0,0,42,42,42,0,0,0,0,0,42,42,42,42,42,0};
-void foo ()  __attribute__((always_inline));
+inline void foo ()  __attribute__((always_inline));
 void foo ()
 {  
   int i, j;