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 c/60974] bfdio.c:580:30: error: argument to âsizeofâ in âmemsetâ call is the same expression as the destination; did you mean to dereference it? [-Werror=sizeof-pointer-memaccess]


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60974

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Configure gdb with --disable-Werror or better yet use a newer gdb since a newer
is required anyways for dwarf4 support.


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