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

--- Comment #23 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Aldy Hernandez <al...@gcc.gnu.org>:

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

commit r15-573-gf6bed6d3fcc13880ffa786b6c616e2306efe2bf3
Author: Aldy Hernandez <al...@redhat.com>
Date:   Thu May 16 09:22:55 2024 +0200

    Use a boolean type when folding conditionals in simplify_using_ranges.

    In adding some traps for PR114985 I noticed that the conditional
    folding code in simplify_using_ranges was using the wrong type.  This
    cleans up the oversight.

    gcc/ChangeLog:

            PR tree-optimization/114985
            * vr-values.cc (simplify_using_ranges::fold_cond_with_ops): Use
            boolean type when folding conditionals.

Reply via email to