Re: [PATCH] Skip testsuite/gcc.dg/tree-ssa/sra-12.c on avr*-*-*

2011-07-07 Thread Mike Stump
On Jul 7, 2011, at 11:33 AM, Martin Jambor wrote: > on avr targets, the aggregate that we test to be totally scalarized > away is deemed to be to big for it - this is determined by the value > of MOVE_RATIO which is very low unless redefined by the target. This > is analogous situation to what we

[PATCH] Skip testsuite/gcc.dg/tree-ssa/sra-12.c on avr*-*-*

2011-07-07 Thread Martin Jambor
Hi, on avr targets, the aggregate that we test to be totally scalarized away is deemed to be to big for it - this is determined by the value of MOVE_RATIO which is very low unless redefined by the target. This is analogous situation to what we had with testsuite/gcc.dg/tree-ssa/pr42585.C a year a