[Bug target/26664] New: use of rjmp on devices with more than 2kb flash

2006-03-13 Thread hochstein at algo dot informatik dot tu-darmstadt dot de
Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hochstein at algo dot informatik dot tu-darmstadt dot de GCC build triplet: i686-pc-linux GCC host triplet: avr GCC ta

[Bug target/26664] use of rjmp on devices with more than 2kb flash

2006-03-13 Thread hochstein at algo dot informatik dot tu-darmstadt dot de
--- Comment #3 from hochstein at algo dot informatik dot tu-darmstadt dot de 2006-03-13 14:54 --- This is no gcc problem. The vectors are generated by avr-libc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26664

[Bug target/26664] use of rjmp on devices with more than 2kb flash

2006-03-14 Thread hochstein at algo dot informatik dot tu-darmstadt dot de
--- Comment #4 from hochstein at algo dot informatik dot tu-darmstadt dot de 2006-03-14 08:27 --- This is a GCC bug although my first test program did not show this. Consider this program: void a() { } void b() { __asm("nop\n nop\n nop\n nop\n nop\n nop"); // ...