[Bug target/101324] powerpc64le: hashst appears before mflr at -O1 or higher

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Aug 12 16:17:40 GMT 2021


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


More information about the Gcc-bugs mailing list