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
[31/77] Use scalar_int_mode for move2add
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
crash26.C
blob
b89a2fae1ba1ecd8910349447b371637660a04ff
1
// { dg-do assemble }
2
// GROUPS passed old-abort
3
struct B {
4
B();
5
};
6
7
class C : virtual public B
8
{
9
public:
10
C() { }
11
};