[Bug demangler/79406] Demangler crash

2017-03-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79406 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug demangler/79406] Demangler crash

2017-02-07 Thread jeanmichael.celerier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79406 --- Comment #1 from Jean-Michaƫl Celerier --- This stems from the usage of the following lambda expression : [&] (auto&&... args) { return this->fun(std::forward(args)...); } Unlike bug 77950 the enclosing function is not