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
libgfortran: Fix namelist read.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr53055.C
blob
dbe90a3be58b34c95136d6a1c39d6028a62c0e48
1
// PR c++/53055
2
// { dg-do compile }
3
4
struct A A :: * p ;
5
int i = p ->* p ; // { dg-error "11:left hand operand" }