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

--- Comment #27 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Filip Kastl <phe...@gcc.gnu.org>:

https://gcc.gnu.org/g:c14560907a9586ad405f26ab937881eb08f39497

commit r16-348-gc14560907a9586ad405f26ab937881eb08f39497
Author: Filip Kastl <fka...@suse.cz>
Date:   Thu May 1 15:32:07 2025 +0200

    gimple: Don't warn about using different algs for big switch lowering
[PR117091]

    We currently don't switch to a faster switch lowering algorithm when a
    switch is too big.  This patch removes a warning about this.

            PR middle-end/117091

    gcc/ChangeLog:

            * tree-switch-conversion.cc
(switch_decision_tree::analyze_switch_statement):
            Remove warning about using different algorithms.

    Signed-off-by: Filip Kastl <fka...@suse.cz>

Reply via email to