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 #2 from Matthias Klose <doko at gcc dot gnu.org> 2012-05-28 06:42:37 UTC ---
the patch is incomplete.

the patch from glibc is found at
http://sourceware.org/git/?p=glibc.git;a=patch;h=7dc6bd90c569c49807462b0740b18e32fab4d8b7

using anonymous unions which cannot be used for stage1. The original patch is
http://sourceware.org/ml/libc-alpha/2011-07/msg00085.html

A third approach from gnulib is pointed out in
http://sourceware.org/ml/libc-alpha/2011-07/msg00093.html


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