avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Faulty code generation with three uint64_t args tofun


From: Anatoly Sokolov
Subject: Re: [avr-gcc-list] Faulty code generation with three uint64_t args tofunction
Date: Tue, 2 May 2006 19:35:09 +0400

----- Original Message ----- 
From: "Joerg Wunsch" <address@hidden>
To: <address@hidden>
Sent: Tuesday, May 02, 2006 5:00 PM
Subject: [avr-gcc-list] Faulty code generation with three uint64_t args 
tofunction


>I just created the following bug:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27386
>
> Any suggestions for a fix are welcome.  I tried to find the part of
> GCC responsible for the fault, but have no clues about where to look,
> alas.

This bug duplicated to:
"Error when passing unsigned long long as function arguments:"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21834

In "gcc/config/avr/avr.md" file does not contain 'insn' for DI mode.  If I 
correctly
understand for complete support of the 'long long' type in the gcc it is 
necessary to
add these 'insn'.

Anatoly. 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]