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
Add __builtion_unreachable to vector::size(), vector::capacity()
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
auto-fn53.C
blob
1c04bb55c34c95343f9e86984096e85494bfb81a
1
// PR c++/86942
2
// { dg-do compile { target c++14 } }
3
4
using T = decltype(auto) () -> int; // { dg-error "11:invalid use of" }