From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21044 invoked by alias); 31 May 2005 03:35:59 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 20948 invoked by uid 48); 31 May 2005 03:35:55 -0000 Date: Tue, 31 May 2005 03:38:00 -0000 Message-ID: <20050531033555.20947.qmail@sourceware.org> From: "ulyssesric at yahoo dot com dot tw" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050531001655.21834.ulyssesric@yahoo.com.tw> References: <20050531001655.21834.ulyssesric@yahoo.com.tw> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/21834] Error when passing unsigned long long as function arguments X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg03954.txt.bz2 List-Id: ------- 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; UBRR1L = 0x08; UCSR1A |= (0x01< typedef unsigned char byte_t; typedef unsigned long long qword_t; void uart_init(void) { // 115200 & 8N1 UBRR1H = 0x00; UBRR1L = 0x08; UCSR1A |= (0x01< test.lss avr-nm -n test.elf > test.sym Programming with AVR Studio 4.11 build 401, JTAGICE mkII -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21834