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 tree-optimization/57742] memset(malloc(n),0,n) -> calloc(n,1)


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

--- Comment #8 from Marc Glisse <glisse at gcc dot gnu.org> ---
Created attachment 31003
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31003&action=edit
walk_aliased_vdefs experiment

Incomplete patch I used for my previous comment.


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