[Bug target/57631] spurious warning for avr interrupts with asm labels

2013-06-16 Thread pebbles at riseup dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57631 --- Comment #1 from pebbles at riseup dot net --- Here is a more complete test: // test.c ... __attribute__((signal,used)) void __vector_1() { asm(); } // should not trigger warning, should be placed in __vectors __attribute__((signal,used))

[Bug target/57631] spurious warning for avr interrupts with asm labels

2013-06-16 Thread pebbles at riseup dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57631 --- Comment #2 from pebbles at riseup dot net --- Created attachment 30314 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30314action=edit avr.c: avr_set_current_function: 'name' uses assembler name if set