Thanks Richard,
I didn't aware that patch.
--
Lin Zuojian
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
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 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/