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
/
init
/
ctor3.C
blob
1678aaf2c4d27028458589509ee0c9d3e423a6c5
1
// PR c++/14401
2
3
struct S {
4
S() {} // { dg-error "" }
5
const int i;
6
};