[Bug c++/90642] g++ fails to resolve template function overload

2021-08-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90642 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug c++/90642] g++ fails to resolve template function overload

2021-08-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90642 --- Comment #5 from Jonathan Wakely --- Fixed by r11-1571: c++: Refinements to "more constrained". And the backport r10-8343

[Bug c++/90642] g++ fails to resolve template function overload

2021-08-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90642 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > (In reply to Andrew Pinski from comment #2) > > This seems fixed in GCC 11+. > > And in GCC 10.4. I meant 10.3.0.

[Bug c++/90642] g++ fails to resolve template function overload

2021-08-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90642 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > This seems fixed in GCC 11+. And in GCC 10.4.

[Bug c++/90642] g++ fails to resolve template function overload

2021-08-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90642 --- Comment #2 from Andrew Pinski --- This seems fixed in GCC 11+.

[Bug c++/90642] g++ fails to resolve template function overload

2019-05-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90642 --- Comment #1 from Jonathan Wakely --- I'm pretty sure this is a dup of an existing bug.