[Bug target/21834] Error when passing unsigned long long as function arguments

2007-05-30 Thread eweddington at cso dot atmel dot com
--- Comment #4 from eweddington at cso dot atmel dot com 2007-05-30 20:29 --- Marking this bug as duplicate of bug #27386 because that bug has reduced test case and more analysis. *** This bug has been marked as a duplicate of 27386 *** -- eweddington at cso dot atmel dot com

[Bug target/21834] Error when passing unsigned long long as function arguments

2005-06-19 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC host triplet|X86 (Linux, Win32) and | |PowerPC (Darwin)| Keywords||ABI

[Bug target/21834] Error when passing unsigned long long as function arguments

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-31 02:50 --- Did you read: http://gcc.gnu.org/bugs.html because it says we don't want source with -- What|Removed |Added

[Bug target/21834] Error when passing unsigned long long as function arguments

2005-05-30 Thread ulyssesric at yahoo dot com dot tw
--- Additional Comments From ulyssesric at yahoo dot com dot tw 2005-05-31 03:35 --- Fine, I'll list all codes if you insist: #include avr/io.h typedef unsigned char byte_t; typedef unsigned long long qword_t; void uart_init(void) { // 115200 8N1 UBRR1H =

[Bug target/21834] Error when passing unsigned long long as function arguments

2005-05-30 Thread ulyssesric at yahoo dot com dot tw
--- Additional Comments From ulyssesric at yahoo dot com dot tw 2005-05-31 03:38 --- Sorry, typo. Compile Procedure: avr-gcc -mmcu=atmega128 -g -Os -Wall -Wa,-adhlns=test.lst -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -ffreestanding -Wl,-Map=test.map