[Bug c/106416] -Wint-conversion should be an error, not a pedwarn

fw at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jul 27 15:43:27 GMT 2022


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

Florian Weimer <fw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fw at gcc dot gnu.org

--- Comment #1 from Florian Weimer <fw at gcc dot gnu.org> ---
This will likely need the same preparatory treatment as rejecting implicit
function declarations (bug 91092), for the same reason: Without some care
upfront, introducing the new compiler error will change configure test results
in fully consistent ways, resulting in silently dropped features.


More information about the Gcc-bugs mailing list