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
/
compat
/
eh
/
spec3_main.C
blob
3f0e919b2eab863e6fcc3f6dc73c03a45c60c50d
1
// PR c++/4381
2
// Test that exception-specs work properly for classes with virtual bases.
3
4
// Split into pieces for binary compatibility testing October 2002
5
6
extern void spec3_x (void);
7
8
int
9
main ()
10
{
11
spec3_x ();
12
}