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
/
arg9.C
blob
41af11486ebe811b404e944a5a40299256fe8783
1
// PR c++/57771
2
// { dg-do compile }
3
4
template <int N>
5
struct S {};
6
7
S <static_cast <int> (4>>2)> s1;
8
S <reinterpret_cast <int> (4>>2)> s2;