repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
pr26865.c
blob
d9f1fe0d3a1d61fe6a3e7d04143e2c7cf6eefd99
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -std=c99" } */
3
4
void
5
foo
(
void
)
6
{
7
char
*
e
=
alloca
(
100
);
/* { dg-warning "implicit declaration|initialization makes" } */
8
}