mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 06:08:59 +08:00
Use __inline not inline since test is compiled with -ansi
From-SVN: r31652
This commit is contained in:
parent
d1b8177961
commit
35ac3890ec
@ -4,7 +4,7 @@
|
||||
|
||||
/* { dg-do compile } */
|
||||
|
||||
inline int
|
||||
__inline int
|
||||
foo (int **q) {
|
||||
return *q && **q;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user