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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
parse6.C
blob
ba37f103e94376a08570ad91daff177c70ad1f88
1
// { dg-do assemble }
2
// PRMS id: 4653
3
// Bug: g++ tries to resolve declarator/expression ambiguities too soon.
4
5
template<class T> struct A { };
6
7
void f () {
8
void (A<int>::*pmf) (); // { dg-bogus "" } late binding
9
}