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
/
g++.dg
/
other
/
label1.C
blob
74572dc7d2c717c01773284cdaf42fb7a953bf84
1
//PR c++/27820
2
3
void foo()
4
{
5
L: L: ; // { dg-error "duplicate label" }
6
}
7