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
/
eh
/
throw2.C
blob
f9da8d7f4fdcf81d7cdab125919f29e9af6873d6
1
// PR c++/16851
2
3
struct A { A(int); };
4
5
void f(int t)
6
{
7
throw (3,A(t));
8
}