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
/
pr8927-1.c
blob
218e71706ac7df8800bedf11cf6f394d9c7d5dd2
1
/* Bug 8927: undeclared identifiers should give an error on the line
2
of that identifier, not on the line of the next token. */
3
/* { dg-do compile } */
4
/* { dg-options "" } */
5
6
void
7
foo
(
void
)
8
{
9
bar
/* { dg-error "undeclared|for each function" } */
10
11
12
;
13
}