[Bug c++/78919] Lambdas, default parameters and std::function cause assembly error

2017-09-30 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78919 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/78919] Lambdas, default parameters and std::function cause assembly error

2017-08-17 Thread jj at stusta dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78919 --- Comment #1 from Jonas Jelten --- Probably the same as bug 59949, if the default value is always created for a template even if the call overwrites the default value.