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
* g++.dg/eh/new1.C: XFAIL on AIX.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
eh
/
cast1.C
blob
964dd698d30943f0bcdbda424652d774b0cd6254
1
// PR c++/28523
2
3
class A {};
4
class B : public A {};
5
6
int main()
7
{
8
throw (A) B();
9
return 0;
10
}