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
Merge with main truk.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
parse1.C
blob
5a11b7337a43d372357b69266e903fea6029d355
1
// PR c++/43509
2
// { dg-do compile { target c++11 } }
3
4
typedef int B; // { dg-message "" }
5
B::B() {} // { dg-error "" }