[Bug c++/70691] internal compiler error: Segmentation fault with lambda

2016-07-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70691 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/70691] internal compiler error: Segmentation fault with lambda

2016-06-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70691 Richard Biener changed: What|Removed |Added Target Milestone|5.4 |5.5 --- Comment #5 from Richard Biener

[Bug c++/70691] internal compiler error: Segmentation fault with lambda

2016-04-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70691 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/70691] internal compiler error: Segmentation fault with lambda

2016-04-16 Thread cornelius.mika at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70691 --- Comment #3 from cornelius.mika at gmail dot com --- This bug is fixed in GCC 6.

[Bug c++/70691] internal compiler error: Segmentation fault with lambda

2016-04-16 Thread cornelius.mika at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70691 --- Comment #2 from cornelius.mika at gmail dot com --- Comment on attachment 38287 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38287 repro >template >void demoError(int x, F f) >{ >const int y = x; > >auto lambda = [=](auto g)

[Bug c++/70691] internal compiler error: Segmentation fault with lambda

2016-04-16 Thread cornelius.mika at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70691 --- Comment #1 from cornelius.mika at gmail dot com --- Created attachment 38287 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38287&action=edit repro