]> 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:13:37 +0000 (19:13 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 22 Jan 2008 19:13:37 +0000 (19:13 +0000)
* gcc.dg/vect/vect-ifcvt-9.c: Use inline.

From-SVN: r131736

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

index 18befa98f2c349e9541d2f9699ba5cd8cc6b2de0..40839005cd0359eb297d879676a55a27d4b9a885 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-22  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/34739
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;