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
testsuite: Fixes for test case pr117546.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wmissing-parameter-type.c
blob
b25e8d21602fe04f5d1998b865b8c81beacd2cdf
1
/* { dg-do compile } */
2
/* { dg-options "-std=gnu89 -Wmissing-parameter-type" } */
3
4
int
foo
(
bar
) {
return
bar
; }
/* { dg-warning "type of 'bar' defaults to 'int' \\\[-Wmissing-parameter-type\\\]" } */
5
6