This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/30529] Incompatible __dec_byte_swap declaration



------- Comment #1 from hjl at lucon dot org  2007-01-21 19:14 -------
I(In reply to comment #0)
> bash-3.1$ grep __dec_byte_swap libdecnumber/*.c gcc/config/dfp-bit.c
> libdecnumber/decLibrary.c:uint32_t __dec_byte_swap (uint32_t);
> libdecnumber/decLibrary.c:__dec_byte_swap (uint32_t in)
> gcc/config/dfp-bit.c:extern unsigned long __dec_byte_swap (unsigned long);
> 
> long can be uint32_t on 64bit targets.
> 

I meant "long can be uint64_t on 64bit targets."


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30529


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]