* gcc.dg/loop-2.c: Replace "inline" with "__inline__".
authorAlan Modra <amodra@bigpond.net.au>
Wed, 26 Mar 2003 12:48:28 +0000 (12:48 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Wed, 26 Mar 2003 12:48:28 +0000 (23:18 +1030)
From-SVN: r64893

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/loop-2.c

index 38966bb9656272d2e5b060ef95bc7da0ccf8cb89..5008e7e765114cb6e5253145ec0d9995e0a424c6 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
+
 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * gcc.dg/ultrasp6.c: New test.
index e939f327bacf6616f76a48c07982bf7061af6818..8acc65d116f0d12115834c1df5e1573e5146c90b 100644 (file)
@@ -3,7 +3,7 @@
    0 iterations of the loop rather than the correct 1.  */
 /* { dg-do run } */
 
-inline int tag() { return 0; }
+__inline__ int tag() { return 0; }
 
 void f ();