[patch,avr] Fix PR57631: Check ISR's asm name rather than C name

2013-07-10 Thread Georg-Johann Lay
This change has been proposed so that the sanity checking of ISR (signal,interrupt) functions tests the asm function name if available, not the C name. Okay to apply? Johann gcc/ PR target/57631 * config/avr/avr.c (avr_set_current_function): Sanity-check signal name seen

Re: [patch,avr] Fix PR57631: Check ISR's asm name rather than C name

2013-07-10 Thread Denis Chertykov
2013/7/10 Georg-Johann Lay a...@gjlay.de: This change has been proposed so that the sanity checking of ISR (signal,interrupt) functions tests the asm function name if available, not the C name. Okay to apply? Johann gcc/ PR target/57631 * config/avr/avr.c