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

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Fri Jun 22 11:32:20 2018
New Revision: 261886

URL: https://gcc.gnu.org/viewcvs?rev=261886&root=gcc&view=rev
Log:
Fix emission of jump tables (PR tree-optimization/86263).

2018-06-22  Martin Liska  <mli...@suse.cz>

        PR tree-optimization/86263
        * tree-switch-conversion.c (jump_table_cluster::find_jump_tables):
        Bail out if is_enabled is false.
        * tree-switch-conversion.h (jump_table_cluster::is_enabled):
        New declaration.
        (jump_table_cluster::is_enabled): New function.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-switch-conversion.c
    trunk/gcc/tree-switch-conversion.h

Reply via email to