https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101324
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> --- Heh, another example of __attribute__((optimize("..."))) problem: __attribute__ ((__optimize__ ("-fno-tree-loop-distribute-patterns"))) __memmove_ppc ( void *dest, const void *src, size_t len) { ... } -mrop-protect is dropped when optimize attribute is parsed, for more information see: https://gcc.gnu.org/pipermail/gcc-patches/2021-August/577113.html