https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84469
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2018-02-20 00:00:00 |2021-7-22 --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I found a workaround: b. template f< int >(); Note clang compiles with and without the workaround.