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

[Bug c/21834] New: Error when passing unsigned long long as function arguments

2005-05-30 Thread ulyssesric at yahoo dot com dot tw
: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ulyssesric at yahoo dot com dot tw CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: X86 (Linux, Win32) and PowerPC (Darwin