[Bug middle-end/71732] FAIL: gcc.dg/torture/pr71532.c at -O2 and above

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 11 14:17:00 GMT 2016


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

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Well, instead of if (RTL_CONST_OR_PURE_CALL_P (insn)) you should certainly use
else instead.  If you invalidate all memory already, there is no point to
invalidate the arguments, e.g. for looping const/pure fn call.


More information about the Gcc-bugs mailing list