On (12/01/11 07:54), Michael Hope wrote:
> On Tue, Jan 11, 2011 at 3:40 PM, Khem Raj <raj.k...@gmail.com> wrote:
> > Hi
> >
> > Commit r99457 on linaro 4.5 branch is causing a ICE when compiling the
> > attached file with following options
> >
> > gcc-4_5-branch/build.i686-linux.armeb-oe-linux-gnueabi/gcc/cc1 -O2
> > -mtune=xscale a.i
> >
> > It only happens when I use -mtune=xscale otherwise it compiles fine
> > It was tested on armeb I have not done a test on LE.
> >
> > I have attached the testcase to this email as well.
> 
> Hi Khem.  I'm afraid we're all at the Linaro Sprint at the moment.  We
> should be able to have a look at it next week,

a bit more 

If I replace line arm.c:10117 in arm_gen_load_multiple_1() 
  if (low_irq_latency || (arm_tune_xscale && count <= 2 && ! optimize_size))    
                     
with

if (low_irq_latency)

It starts to work again.

> 
> -- Michael

-- 
-Khem

_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to