OSDN Git Service

* gcc.dg/loop-2.c: Replace "inline" with "__inline__".
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Mar 2003 12:48:28 +0000 (12:48 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Mar 2003 12:48:28 +0000 (12:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64893 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 38966bb..5008e7e 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 e939f32..8acc65d 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 ();