[Bug c++/36183] misleading error message with explicit copy constructor call

2021-08-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36183 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Last reconfirmed|2014-05-30

[Bug c++/36183] misleading error message with explicit copy constructor call

2014-05-30 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36183 --- Comment #2 from Jason Merrill --- Sounds good. We'd probably get that by changing add_candidates to mark an explicit candidate as bad rather than non-viable, and then adding the explanation to convert_like_real.

[Bug c++/36183] misleading error message with explicit copy constructor call

2014-05-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36183 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|