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
/
lambda-ice1.C
blob
86fb88aad17f1744cfb61abc8b608dcd9143dd0b
1
// PR c++/72800
2
// { dg-do compile { target c++14 } }
3
4
void foo ()
5
{
6
[n {}] {}; // { dg-error "one element|deducing" }
7
}