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

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed May 29 09:35:34 2019
New Revision: 271737

URL: https://gcc.gnu.org/viewcvs?rev=271737&root=gcc&view=rev
Log:
        PR bootstrap/90543
        * optc-save-gen.awk: In cl_optimization_print, use correct condition
        for var_opt_string printing.  In cl_optimization_print_diff, print
        (null) instead of invoking undefined behavior if one of the
        var_opt_string pointers is NULL and use && instead of first || in the
        guarding condition.  For var_target_other options, handle const char *
        target variables similarly to const char * optimize node variables.

Modified:
    branches/gcc-9-branch/gcc/ChangeLog
    branches/gcc-9-branch/gcc/optc-save-gen.awk

Reply via email to