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
PR tree-optimization/84740
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr26865.c
blob
f49d1d29f9c9837094ecf8d9f0577c8ebcc59f74
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 of 'char \\*' from 'int' makes" } */
8
}