[Bug testsuite/93697] pr93661.c does not warn on (32-bit) powerpc-linux

msebor at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 12 15:59:00 GMT 2020


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

Martin Sebor <msebor at gcc dot gnu.org> changed:

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

--- Comment #4 from Martin Sebor <msebor at gcc dot gnu.org> ---
The warning is issued inconsistently because the function is sometimes
eliminated by DSE (ILP32 apparently) and sometimes it isn't (LP64).


More information about the Gcc-bugs mailing list