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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Disabling optimizations and then wondering why optimizations didn't happen is
too weird.  Don't do that.  Such options are intended for debugging GCC, or
perhaps working around some compiler or application bug, but performance of
generated code should be only judged without such options.

Reply via email to