Re: [PATCH] Fix AVR ICE
On 09/20/11 19:09, Tom de Vries wrote: > > * final.c (final): Handle if JUMP_LABEL is not LABEL_P. This is ok. Bernd
[PATCH] Fix AVR ICE
Hi Bernd, this patch fixes an ICE in final.c:final() when building for AVR with --enable-checking=yes,rtl. The ICE happens when the jump label is a return, but expected to be a label. Tested on X86_64 and AVR (courtesy of Johann). ok for trunk? Thanks, - Tom 2011-09-20 Tom de Vries