Re: [patch] Fix PR bootstrap/58509

2013-10-08 Thread Richard Biener
On Fri, Sep 27, 2013 at 1:17 PM, Eric Botcazou wrote: > Hi, > > this fixes the ICE during the build of the Ada runtime on the SPARC, a fallout > of the recent inliner changes: > http://gcc.gnu.org/ml/gcc-patches/2013-09/msg01033.html > > The ICE is triggered because the ldd peephole merges an ME

[patch] Fix PR bootstrap/58509

2013-09-27 Thread Eric Botcazou
Hi, this fixes the ICE during the build of the Ada runtime on the SPARC, a fallout of the recent inliner changes: http://gcc.gnu.org/ml/gcc-patches/2013-09/msg01033.html The ICE is triggered because the ldd peephole merges an MEM with MEM_NOTRAP_P and a contiguous MEM without MEM_NOTRAP_P, ke