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

bergner at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Oct 25 20:49:55 GMT 2021


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

--- Comment #8 from Peter Bergner <bergner at gcc dot gnu.org> ---
FYI, here's a smaller test case that still shows the issue with today's trunk:

extern void foo (void);
long int
__attribute__ ((__optimize__ ("-fno-tree-loop-distribute-patterns")))
__memmove_ppc (long int cond)
{
  if (cond)
    foo ();
  return cond;
}


More information about the Gcc-bugs mailing list