This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/28656] duplicated null argument warning on memcpy()
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 19 Jul 2012 13:12:15 +0000
- Subject: [Bug c++/28656] duplicated null argument warning on memcpy()
- Auto-submitted: auto-generated
- References: <bug-28656-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28656
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |jakub at gcc dot gnu.org
|gnu.org |
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-07-19 13:12:15 UTC ---
Created attachment 27833
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27833
gcc48-pr28656.patch
Untested fix.