diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/loop-2.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/loop-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/loop-2.c b/gcc/testsuite/gcc.dg/loop-2.c index e939f32..8acc65d 100644 --- a/gcc/testsuite/gcc.dg/loop-2.c +++ b/gcc/testsuite/gcc.dg/loop-2.c @@ -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 (); |
