Update of bug #28108 (project avr-libc): Status: None => Invalid Open/Closed: Open => Closed
_______________________________________________________ Follow-up Comment #5: The resulting code snippet when compiling the code from the attachment here using GCC 4.3.4 is: can_tx_msg2.id = (uint32_t) TEST_CAN_TX_MSG2_ID; 5de: 80 ed ldi r24, 0xD0 ; 208 5e0: e8 2e mov r14, r24 5e2: 8f ef ldi r24, 0xFF ; 255 5e4: f8 2e mov r15, r24 5e6: 8f ef ldi r24, 0xFF ; 255 5e8: 08 2f mov r16, r24 5ea: 8d ef ldi r24, 0xFD ; 253 5ec: 18 2f mov r17, r24 5ee: e0 92 5f 01 sts 0x015F, r14 5f2: f0 92 60 01 sts 0x0160, r15 5f6: 00 93 61 01 sts 0x0161, r16 5fa: 10 93 62 01 sts 0x0162, r17 So closing this as being fixed in GCC now (it's "invalid" with respect to the scope of avr-libc anyway, as this has been a compiler issue). _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?28108> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/ _______________________________________________ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-libc-dev