> -----Original Message----- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > org] On Behalf Of Dmitry K. > Sent: Thursday, March 06, 2008 6:02 PM > To: [email protected] > Subject: [avr-gcc-list] GCC 4.3.0 release, a few of bugs > > Hi. > > GCC 4.3.0 is available to download. > > A few of new bugs are open at gcc-bugzilla: > > [35506] New: [avr] 4.3.0 buid error: illegal opcode movw for mcu avr3
This is a duplicate of #35073. Marked as such. > [35507] New: [avr] 4.3.0: size of small funcion increases > from 2 to 29 words > [35508] New: [avr] 4.3.0: undefined reference to `__ffshi2' > [35509] New: [avr] 4.3.0: builtin isinf() mismatch to > compile-time substitut > > For #35506 there is a workaround: add '-mall-opcodes' option to > avr35 evaluation in ASM_SPEC. > Or use latest binutils HEAD, IIRC. This means that GCC >= 4.2.3, must use binutils 2.19 (which is unreleased). Thanks for the reports, Dmitry! I've added them to the list. Eric Weddington _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
