[Bug c++/64085] ICE on C++14 lambda by-reference capture with an initializer

2015-04-03 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085 --- Comment #6 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Apr 3 17:23:27 2015 New Revision: 221858 URL: https://gcc.gnu.org/viewcvs?rev=221858&root=gcc&view=rev Log: /cp 2015-04-03 Paolo Carlini PR c++/64085 * lambda.

[Bug c++/64085] ICE on C++14 lambda by-reference capture with an initializer

2015-04-03 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/64085] ICE on C++14 lambda by-reference capture with an initializer

2015-03-05 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085 Paolo Carlini changed: What|Removed |Added CC||my.pvt.emailaddress@googlem

[Bug c++/64085] ICE on C++14 lambda by-reference capture with an initializer

2015-03-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085 Paolo Carlini changed: What|Removed |Added Status|REOPENED|ASSIGNED Assignee|unassigned a

[Bug c++/64085] ICE on C++14 lambda by-reference capture with an initializer

2015-03-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085 Paolo Carlini changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug c++/64085] ICE on C++14 lambda by-reference capture with an initializer

2014-12-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/64085] ICE on C++14 lambda by-reference capture with an initializer

2014-11-26 Thread maxim.yegorushkin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085 --- Comment #1 from Maxim Yegorushkin --- It compiles fine if I replace the line in question with: return [&captive = static_cast(arg)](auto&& a) {