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
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash103.C
blob
9f3e224e71166b1e03313f08bdb4a5109ccaeff5
1
// PR c++/45665
2
3
template < typename > struct S;
4
void (S <0>::*ptr) (); // { dg-error "type" }