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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.dg
/
rtti
/
crash3.C
blob
076e36002d9fb0603166f1ccae8aa3e2af3eaa37
1
// PR c++/23947
2
// { dg-do compile }
3
4
class A {};
5
class B {};
6
class C : public A, public B {};
7
class D : public C {};
8
void f () throw (D)
9
{
10
}