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++/52955] Missing warning on wrong sizeof usage


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-11 22:44:59 UTC ---
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190467
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192141

Another patch is still pending, but about memset (s, 0, sizeof(s)) above we
already warn.


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