[Bug other/54620] sha1.c has incorrect math if sizeof(size_t) is 8

ktietz at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 30 16:58:00 GMT 2013


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

--- Comment #4 from Kai Tietz <ktietz at gcc dot gnu.org> 2013-01-30 16:58:24 UTC ---
Author: ktietz
Date: Wed Jan 30 16:58:10 2013
New Revision: 195581

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195581
Log:
    PR other/54620
    PR target/39064
    * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
    stdint.h and sys/types.h headers are present.
    * sha1.h (sha1_uintptr, sha1_uint32): Likewise.


Modified:
    branches/gcc-4_6-branch/include/ChangeLog
    branches/gcc-4_6-branch/include/md5.h
    branches/gcc-4_6-branch/include/sha1.h



More information about the Gcc-bugs mailing list