[Bug c++/85292] multiple definitions of a default argument emitted

2021-07-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85292 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.0 Status|NEW

[Bug c++/85292] multiple definitions of a default argument emitted

2018-04-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85292 --- Comment #2 from Jonathan Wakely --- On trunk we stopped emitting those symbols with r251433 Author: jason Date: Tue Aug 29 20:37:15 2017 + Reimplement handling of lambdas in templates. * cp-tree.h (LAMBDA_FUNC

[Bug c++/85292] multiple definitions of a default argument emitted

2018-04-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85292 Richard Biener changed: What|Removed |Added Keywords||link-failure, wrong-code St