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/67618] malloc+memset optimization breaks code


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

roc at ocallahan dot org <roc at ocallahan dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roc at ocallahan dot org

--- Comment #13 from roc at ocallahan dot org <roc at ocallahan dot org> ---
Here's one case where this optimization really is invalid: when you're
compiling an implementation of calloc() :-(.

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