https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77733
Bug 77733 depends on bug 43486, which changed state.
Bug 43486 Summary: Preserve variable-use locations
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43486
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77733
--- Comment #6 from Jonathan Wakely ---
(In reply to Manuel López-Ibáñez from comment #5)
> IMO the near match is misplaced. What follows the 'candidate:' should be a
> C++ declaration.
Why? Is that a policy or just opinion?
> However, this is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77733
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77733
--- Comment #4 from David Malcolm ---
(In reply to Jonathan Wakely from comment #1)
> As well as a fixit hint suggesting to use std::move it might be useful to
> display the "" text in colour so it stands out.
Good idea.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77733
David Malcolm changed:
What|Removed |Added
CC||dmalcolm at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77733
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77733
--- Comment #1 from Jonathan Wakely ---
When template argument deduction is involved and the list of candidates is
displayed, the fixit becomes more useful, as the relevant function can get lost
in the list of failed overload resolution candidate