This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/54800] libiberty/simple-object-mach-o.c:704: possible optimisation ?
- From: "dcb314 at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 03 Oct 2012 21:22:31 +0000
- Subject: [Bug other/54800] libiberty/simple-object-mach-o.c:704: possible optimisation ?
- Auto-submitted: auto-generated
- References: <bug-54800-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54800
--- Comment #1 from David Binderman <dcb314 at hotmail dot com> 2012-10-03 21:22:31 UTC ---
Or if you want something that compiles
memset (&namebuf[MACH_O_NAME_LEN], 0, MACH_O_NAME_LEN + 2);
might be closer ;->