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 middle-end/61294] [4.9 Regression] erroneous memset used with constant zero length parameter warning


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61294

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at redhat dot com

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Carlos/Siddhesh, can you please adjust the glibc headers, so that for
__GNUC_PREREQ (5, 0) it doesn't contain the __warn_memset_zero_len stuff, as
GCC will handle warning about it?


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