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
2018-11-28 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr61852.c
blob
f488aca7ac2fe5b909d35cc4642e1203bfdbec0d
1
/* PR c/61852 */
2
/* { dg-do compile } */
3
/* { dg-options "-Wimplicit-function-declaration" } */
4
5
int
6
f
(
int
a
)
7
{
8
int
b
=
a
+
a
+
a
+
ff
(
a
);
/* { dg-warning "23:implicit declaration of function" } */
9
return
b
;
10
}