OSDN Git Service

* gcc.dg/vect/vect-ifcvt-9.c: Use inline.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Jan 2008 18:41:24 +0000 (18:41 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Jan 2008 18:41:24 +0000 (18:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131735 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 933b5dd..82f22c0 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 f9a92b8..50eedb1 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;