: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: xzlsmc at gmail dot com
Target Milestone: ---
$ cat bug.cc
int main() {
auto f = [](const auto &g, auto x) { return g(g, x); };
f(f, 0);
}
$ gcc -std=c++14 bug.cc
bug.cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95127
xzlsmc changed:
What|Removed |Added
Attachment #48532|0 |1
is obsolete|
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: xzlsmc at gmail dot com
Target Milestone: ---
Created attachment 49670
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49670&action=edit
source
See attached sou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98118
--- Comment #1 from xzlsmc ---
Created attachment 49671
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49671&action=edit
ii file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98118
--- Comment #2 from xzlsmc ---
Created attachment 49672
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49672&action=edit
compiler output