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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
You can always use -Werror=return-type, or -fsanitize=undefined which will
diagnose it at runtime.

Reply via email to