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
--- 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
--- 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");
// ...