Re: [PATCH] PR rtl-optimization/61712

2014-07-04 Thread lin zuojian
Thanks Richard, I didn't aware that patch. -- Lin Zuojian

Re: [PATCH] PR rtl-optimization/61712

2014-07-04 Thread Richard Earnshaw
On 04/07/14 05:59, lin zuojian wrote: > Hi, > This crash is due to fail to consider the exception situation that > the insn variable may not be a insn at all. > > arm.c (thumb1_reorg): if the > selected insn is not a insn, continue to next bb. > > --- > gcc/config/arm/arm.c | 2 +- > 1