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
Dead
[official-gcc.git]
/
gomp-20050608-branch
/
gcc
/
testsuite
/
g++.dg
/
warn
/
pedantic1.C
blob
2a4d05536c50126200f2e5c4448ca3eb5b0fd151
1
// PR10032
2
// { dg-options "-pedantic" }
3
4
int main() {
5
goto label; // { dg-error "" }
6
7
int temp = 1; // { dg-error "" }
8
9
label: // { dg-error "" }
10
return 1;
11
}