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
/
crash108.C
blob
221d80ee5f11141024242138ec1aa90dc36163d1
1
// PR c++/50861
2
3
template<class T> struct A {A(int b=k(0));}; // { dg-error "parameter|arguments" }
4
void f(int k){A<int> a;} // // { dg-message "declared" }
5
// { dg-message "note" "note" { target *-*-* } 3 }