repo.or.cz
/
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.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
Wnarrowing19.C
blob
77357016502838b0067ba3d0d76dd15ee904aec3
1
// PR c++/104823
2
// { dg-do compile { target c++11 } }
3
4
struct S { S(int); };
5
double id(double);
6
template<class> auto f(double v) -> decltype(S{id(v)}); // { dg-error "narrowing" }