https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96532
Christian Zietz <czietz at gmx dot net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |czietz at gmx dot net --- Comment #5 from Christian Zietz <czietz at gmx dot net> --- The call to __builtin_memset() is added by the "tree-ldist" pass. On x86_64 it is replaced by inline code in the "rtl-expand" pass. On m68k it isn't.