https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66670
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |56190 --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I suspect PR 56190 is very much the same bug. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56190 [Bug 56190] GCC fails deducing a "void(*)(int, float, double)" to a "void(*)(T..., float, double)" with T={int}