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
Document gcov-io (PR gcov-profile/84735).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
parse-error-3.c
blob
8e72b8170afdec58f613ac646d9102119b33da96
1
/* PR c/43384 */
2
/* { dg-do compile } */
3
4
void
c_direct
(
par
)
5
void
*
par
= &&
lab
;
/* { dg-error "is initialized|non-standard|outside of" } */
6
{}
7
8
void
foo
(
p
,
q
)
9
int
*
p
= &
q
;
/* { dg-error "initialized|undeclared" } */
10
{}
11
12
void
bar
(
i
)
13
int
j
=
i
;
/* { dg-error "initialized|undeclared|no such parameter" } */
14
{}