repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mips.h (ISA_HAS_DSP, [...]): New macros.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
inline7.c
blob
54f3360b8a7af1e38d447086f6d83779a1a20905
1
/* { dg-do compile } */
2
/* { dg-options "-std=gnu89" } */
3
extern inline
void
func1
(
void
) {
4
static int
i
;
/* { dg-warning "static" } */
5
}
6
inline
void
func3
(
void
)
7
{
8
static int
i
;
9
}