Commit 35ac3890 by Zack Weinberg

Use __inline not inline since test is compiled with -ansi

From-SVN: r31652
parent d1b81779
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/* { dg-do compile } */ /* { dg-do compile } */
inline int __inline int
foo (int **q) { foo (int **q) {
return *q && **q; return *q && **q;
} }
......
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