Re: [PATCH] Fix PR rtl-optimization/68287

2015-11-11 Thread Martin Liška
On 11/11/2015 01:20 PM, Richard Biener wrote: > On Wed, Nov 11, 2015 at 12:18 PM, Martin Liška wrote: >> Hi. >> >> There's a fix for fallout of r230027. >> >> Patch can bootstrap and survives regression tests on x86_64-linux-gnu. > > Hmm, but only the new elements are zeroed so this still is diff

Re: [PATCH] Fix PR rtl-optimization/68287

2015-11-11 Thread Richard Biener
On Wed, Nov 11, 2015 at 12:18 PM, Martin Liška wrote: > Hi. > > There's a fix for fallout of r230027. > > Patch can bootstrap and survives regression tests on x86_64-linux-gnu. Hmm, but only the new elements are zeroed so this still is different from previous behavior. Note that the previous .cre

[PATCH] Fix PR rtl-optimization/68287

2015-11-11 Thread Martin Liška
Hi. There's a fix for fallout of r230027. Patch can bootstrap and survives regression tests on x86_64-linux-gnu. Ready for trunk? Thanks, Martin >From 127d629991d92ea42a87b84e9d88612b84dbec03 Mon Sep 17 00:00:00 2001 From: marxin Date: Wed, 11 Nov 2015 10:11:20 +0100 Subject: [PATCH 1/2] Fix PR