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
/
init
/
switch1.C
blob
b0b06b748f862dd5adadeec7113911062ef455df
1
int f(int c)
2
{
3
switch (c)
4
{
5
case d: /* { dg-error "'d' was not declared" } */
6
int optBzip2 = true;
7
}
8
}