Re: [PATCH] Update pr29215.c testcase for recent gimplify.c changes (PR testsuite/65506)

2015-03-23 Thread Richard Biener
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

[PATCH] Update pr29215.c testcase for recent gimplify.c changes (PR testsuite/65506)

2015-03-23 Thread Jakub Jelinek
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