This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
disregard avr 32 bit math bug
- From: Shaun Jackman <sjackman at shaw dot ca>
- To: avr-gcc-list at avr1 dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 04 Oct 2002 01:58:54 -0700
- Subject: disregard avr 32 bit math bug
Doh. I should learn to always sleep on a bug report before I send it
off. Of course I was mistaken.
1. sbiw *does* set the zero flag.
2. r1 is the zero register, or is supposed to be. The reason this
caused a problem for me was because my crt*.s didn't clear the zero
register. A non-zero zero register causes a lot of trouble.
Thanks,
Shaun