Re: New SPU failures (Re: [PATCH, PR 49923] Check for misaligned accesses before doing SRA)

2011-09-09 Thread Richard Guenther
On Fri, 9 Sep 2011, Richard Guenther wrote: > On Fri, 9 Sep 2011, Martin Jambor wrote: > > > Hi, > > > > On Wed, Aug 10, 2011 at 04:29:40PM +0200, Richard Guenther wrote: > > > On Wed, 10 Aug 2011, Ulrich Weigand wrote: > > > > > > > ... > > > > > > > > > > FAIL: gcc.dg/ipa/ipa-sra-2.c scan-

Re: New SPU failures (Re: [PATCH, PR 49923] Check for misaligned accesses before doing SRA)

2011-09-09 Thread Richard Guenther
On Fri, 9 Sep 2011, Martin Jambor wrote: > Hi, > > On Wed, Aug 10, 2011 at 04:29:40PM +0200, Richard Guenther wrote: > > On Wed, 10 Aug 2011, Ulrich Weigand wrote: > > > > ... > > > > > > > FAIL: gcc.dg/ipa/ipa-sra-2.c scan-tree-dump eipa_sra "About to replace > > > expr cow_.*D.->red with \

Re: New SPU failures (Re: [PATCH, PR 49923] Check for misaligned accesses before doing SRA)

2011-09-09 Thread Martin Jambor
Hi, On Wed, Aug 10, 2011 at 04:29:40PM +0200, Richard Guenther wrote: > On Wed, 10 Aug 2011, Ulrich Weigand wrote: > ... > > > > FAIL: gcc.dg/ipa/ipa-sra-2.c scan-tree-dump eipa_sra "About to replace expr > > cow_.*D.->red with \\*ISRA" > > FAIL: gcc.dg/ipa/ipa-sra-2.c scan-tree-dump eipa_sra

Re: New SPU failures (Re: [PATCH, PR 49923] Check for misaligned accesses before doing SRA)

2011-08-10 Thread Richard Guenther
On Wed, 10 Aug 2011, Ulrich Weigand wrote: > Richard Guenther wrote: > > On Fri, 5 Aug 2011, Martin Jambor wrote: > > > the patch below fixes PR 49923 by checking for misaligned accesses > > > before doing IPA-SRA (on strict alignment targets). I have checked it > > > fixes the issue on compile f

New SPU failures (Re: [PATCH, PR 49923] Check for misaligned accesses before doing SRA)

2011-08-10 Thread Ulrich Weigand
Richard Guenther wrote: > On Fri, 5 Aug 2011, Martin Jambor wrote: > > the patch below fixes PR 49923 by checking for misaligned accesses > > before doing IPA-SRA (on strict alignment targets). I have checked it > > fixes the issue on compile farm sparc64 and I also included this in a > > bootstra

Re: [PATCH, PR 49923] Check for misaligned accesses before doing SRA

2011-08-08 Thread Richard Guenther
On Fri, 5 Aug 2011, Martin Jambor wrote: > Hi, > > the patch below fixes PR 49923 by checking for misaligned accesses > before doing IPA-SRA (on strict alignment targets). I have checked it > fixes the issue on compile farm sparc64 and I also included this in a > bootstrap and testsuite run on a

[PATCH, PR 49923] Check for misaligned accesses before doing SRA

2011-08-05 Thread Martin Jambor
Hi, the patch below fixes PR 49923 by checking for misaligned accesses before doing IPA-SRA (on strict alignment targets). I have checked it fixes the issue on compile farm sparc64 and I also included this in a bootstrap and testsuite run on an x86_64-linux just to double check. OK for trunk and