[Bug c++/88378] notes for template deduction errors mention "[with U = U]"

2022-01-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88378 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug c++/88378] notes for template deduction errors mention "[with U = U]"

2022-01-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88378 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/88378] notes for template deduction errors mention "[with U = U]"

2022-01-31 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88378 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug c++/88378] notes for template deduction errors mention "[with U = U]"

2022-01-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88378 --- Comment #2 from Andrew Pinski --- That is we get: : In function 'void g(S)': :10:7: error: no matching function for call to 'S::f(int)' 10 | s.f (0); | ^~~ :5:8: note: candidate: 'template void S::f(U*&) [with T = int]' 5

[Bug c++/88378] notes for template deduction errors mention "[with U = U]"

2022-01-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88378 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0