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/debug/pr71432.C: Fail on AIX.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
ctor3.C
blob
e597d926f40d2032b2cc4b1c6adc4a95e38b3d77
1
// PR c++/25633
2
3
struct A {};
4
5
struct B : A
6
{
7
B() : A {} // { dg-error "initializer|expected" }
8
};