On March 23, 2015 8:56:32 PM GMT+01:00, Jakub Jelinek wrote:
>Hi!
>
>Since recent gimplifier changes, memcpy at least on some architectures
>might
>not be folded already during gimplification, so we need to wait until
>ccp1.
>
>Regtested on x86_64-linux and i686-linux, tested with hppa-linux
>cros
Hi!
Since recent gimplifier changes, memcpy at least on some architectures might
not be folded already during gimplification, so we need to wait until ccp1.
Regtested on x86_64-linux and i686-linux, tested with hppa-linux
cross-compiler too, ok for trunk?
2015-03-23 Jakub Jelinek
PR