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
Remove not needed __builtin_expect due to malloc predictor.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
pr59113.C
blob
3d7dd61ac94cb1f8f645d3f8e805e68ec6a790e2
1
// PR c++/59113
2
// { dg-do compile { target c++14 } }
3
4
void foo()
5
{
6
void bar(auto) {} // { dg-error "function-definition|auto|not permitted" }
7
}
8
9
auto i = 0;