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
PR c++/85765 - SFINAE and non-type default template arg.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
Wnarrowing3.C
blob
d2dd3837dda6c844645d47d78631eb137ed071c1
1
// PR c++/65858
2
// { dg-do compile { target c++11 } }
3
// { dg-require-effective-target lto }
4
// { dg-options "-flto -Wno-narrowing" }
5
6
int x { 0.5 };