This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug regression/48249] gcc-4.6: __builtin___memmove_chk wrong results
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 23 Mar 2011 10:12:38 +0000
- Subject: [Bug regression/48249] gcc-4.6: __builtin___memmove_chk wrong results
- Auto-submitted: auto-generated
- References: <bug-48249-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48249
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-23 10:12:27 UTC ---
This is a bug in glibc that has been fixed (the restrict qualification on
the wrapper is obviously wrong).