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

From-SVN: r131735

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

index 933b5dd3a0ce1c0054418863cd09852b882e92f3..82f22c06faf893b889ecc58cfeb2d46ceda521fc 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  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gnat.dg/unchecked_union1.adb: New test.
index f9a92b80d6574c150f7e513eed72d7598fe1099b..50eedb1d40a291349e7d02771fda6ed98067ac97 100644 (file)
@@ -12,7 +12,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;