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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <[email protected]>:

https://gcc.gnu.org/g:41878c161c4803045ed4982158f8e67fefa15455

commit r16-6969-g41878c161c4803045ed4982158f8e67fefa15455
Author: Andrew Pinski <[email protected]>
Date:   Wed Jan 21 23:53:32 2026 -0800

    testsuite: don't test for shirnk wrapping for arm thumb1 on pr46555.c
[PR123751]

    Thumb1 does not support shrink wrapping so the check for shrink
    wrapping in pr46555.c needs to be disabled for that. It does work
    with both thumb2 and arm modes.

    Pushed after testing for arm with `-mthumb -march=armv8-m.base`,
    `-marm -mcpu=cotext-a72` and `-mthumb -mcpu=cotext-a72` to make
    sure the correct tests are happening and still pass.

            PR testsuite/123751
    gcc/testsuite/ChangeLog:

            * gcc.dg/tree-ssa/pr46555.c: Disable for arm thumb1.

    Signed-off-by: Andrew Pinski <[email protected]>

Reply via email to