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
simulate-thread tests: Silence gdb debuginfod warning
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
nsdmi-template22.C
blob
4ed2501035c2fb3216281fb12f4b9d86ab6d6143
1
// PR c++/102990
2
// { dg-do compile { target c++11 } }
3
4
struct knob_t {
5
/* Let's create a FIX_TRUNC_EXPR. */
6
int value = 1.0;
7
};
8
9
struct Helpers {
10
knob_t inputs;
11
};
12
13
template<class> void f(decltype(Helpers{}));