[Bug c/98945] gcc does not warn when assigning value of type int (*)() to variable of type int (*)(double)

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 3 07:39:26 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98945

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Guess it's from unprototyped function times where float would be promoted to
double.


More information about the Gcc-bugs mailing list