[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 chang

[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 http:/

[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

[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 typedef unsigned char byte_t; typedef unsigned long long qword_t; void uart_init(void) { // 115200 & 8N1 UBRR1H = 0x00; UB

[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: because it says we don't want source with "...". -- What|Removed |Added