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
libstdc++: Remove workaround for modules issue [PR113814]
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
init
/
ptrmem1.C
blob
6f1604fafa6fc0343fb29442b17332903893284a
1
// PR c++/16853
2
3
struct A {};
4
struct B {};
5
6
int B::* b;
7
int A::* a = b; // { dg-error "" }