[Bug target/81907] memset called when it does not need to be; -mtune=cortex-a9
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Aug 21 09:28:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81907
--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to dongkyun.s from comment #9)
> I mean -ffreestanding or -fno-freestanding are not included in this
> testcase, but, mtune/ mcpu option.
Yes but your summary was saying memset was missing which is not correct and
would cause this bug report to be invalid. But in reality you are complaining
that the memset was not needed in the first place why is it being used for
-mtune=cortex-a9 when doing -mtune=cortex-a12 can get away with not needing
memset.
Two different issues :).
More information about the Gcc-bugs
mailing list