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

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Jambor <[email protected]>:

https://gcc.gnu.org/g:1f372a29808704910b3dfabd1a4f32704be037a8

commit r16-6718-g1f372a29808704910b3dfabd1a4f32704be037a8
Author: Martin Jambor <[email protected]>
Date:   Mon Jan 12 13:32:06 2026 +0100

    ipa-cp: Fix ipa-bit-cp test for recipient_only lattices

    Unfortunately I made a silly copy-and paste error in may patch
    introducing the recipient_only flag.  This patch fixes it, correctly
    bailing out in ipa-bit-cp when it is set during propagation.

    gcc/ChangeLog:

    2026-01-12  Martin Jambor  <[email protected]>

            PR ipa/123543
            * ipa-cp.cc (propagate_bits_across_jump_function): Fix test for
            recipient_only_p.

    gcc/testsuite/ChangeLog:

    2026-01-12  Martin Jambor  <[email protected]>

            PR ipa/123543
            * gcc.dg/ipa/pr123543.c: New test.

Reply via email to