This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/53285] libibiberty's md5.c builds with warnings with 4.7 and trunk
- From: "doko at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 28 May 2012 06:42:37 +0000
- Subject: [Bug other/53285] libibiberty's md5.c builds with warnings with 4.7 and trunk
- Auto-submitted: auto-generated
- References: <bug-53285-4@http.gcc.gnu.org/bugzilla/>
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