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
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
range-for21.C
blob
4990b480be8e8ff97d1215cb94474e4eacf9388b
1
// PR c++/49983
2
// { dg-do compile { target c++11 } }
3
4
template <class T>
5
void f(T t)
6
{
7
for (auto v : t);
8
}