Commit f729e559 by Alan Modra Committed by Alan Modra

* gcc.dg/loop-2.c: Replace "inline" with "__inline__".

From-SVN: r64893
parent 27e484bc
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.
......
......@@ -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 ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment