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] New: Incompatible __dec_byte_swap declaration


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.


-- 
           Summary: Incompatible __dec_byte_swap declaration
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org


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]