https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88378
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88378
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88378
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88378
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0