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/53285] libibiberty's md5.c builds with warnings with 4.7 and trunk


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

--- Comment #3 from Kai Tietz <ktietz at gcc dot gnu.org> 2013-01-31 08:14:32 UTC ---
Author: ktietz
Date: Thu Jan 31 08:14:27 2013
New Revision: 195601

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195601
Log:
    Merged from trunk.
    PR other/53285
    * md5.c (md5_finish_ctx): Declare swap_bytes.  Assign SWAP() output
    to swap_bytes, and then call memcpy to move it to ctx->buffer.


Modified:
    branches/gcc-4_7-branch/libiberty/ChangeLog
    branches/gcc-4_7-branch/libiberty/md5.c


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