[Bug tree-optimization/125641] `a>>signbit | a` is just `max<a, -1>`

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Jul 5 17:15:32 GMT 2026


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

--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pinskia@gcc.gnu.org>:

https://gcc.gnu.org/g:3b443e764144526748d2b51d017d745f1956377e

commit r17-2158-g3b443e764144526748d2b51d017d745f1956377e
Author: Kael Andrew Alonzo Franco <kaelfandrew@gmail.com>
Date:   Sat Jul 4 22:02:25 2026 -0400

    match: Fix #ifdef GIMPLE typo [PR125641]

    r17-1683-g43356828d897ad uses #ifdef GIMPLE but it should be #if GIMPLE.

    Bootstrapped and tested on x86_64-pc-linux-gnu.

            PR tree-optimization/125641

    gcc/ChangeLog:

            * match.pd: Fix #ifdef GIMPLE typo.

    Signed-off-by: Kael Franco <kaelfandrew@gmail.com>


More information about the Gcc-bugs mailing list