[Bug c++/66439] Diagnostic on failed function template lookup is missing a line

2021-08-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66439 Andrew Pinski changed: What|Removed |Added CC||tromey at gcc dot gnu.org --- Comment

[Bug c++/66439] Diagnostic on failed function template lookup is missing a line

2020-05-19 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66439 Patrick Palka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/66439] Diagnostic on failed function template lookup is missing a line

2020-05-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66439 --- Comment #3 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:864fed4a491606a7b17325d847e1d723d2a44104 commit r11-476-g864fed4a491606a7b17325d847e1d723d2a44104 Author: Patrick Palka Date:

[Bug c++/66439] Diagnostic on failed function template lookup is missing a line

2020-05-09 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66439 Patrick Palka changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/66439] Diagnostic on failed function template lookup is missing a line

2019-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66439 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/66439] Diagnostic on failed function template lookup is missing a line

2015-06-06 Thread unmobile at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66439 --- Comment #1 from Phil Miller unmobile at gmail dot com --- Note that clang (from at least 3.5, possibly earlier) gets this right: $ clang++-3.5 -c adltest.cpp adltest.cpp:11:3: error: no matching function for call to 'f' C::f3(b);