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
/
tree-ssa
/
pr27891.C
blob
aec93222b31c0de57f9cc8c5c16899ccc46e39ab
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
int firstkey();
5
void DBM_error(int);
6
7
void domisc() {
8
int i = 0;
9
try {
10
try {
11
firstkey();
12
while (1) {
13
i++;
14
firstkey();
15
}
16
} catch (int) {
17
;
18
}
19
DBM_error(i);
20
} catch (int) {
21
;
22
}
23
}