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

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

https://gcc.gnu.org/g:2e2fabc321485f27849bac592434957712e79f77

commit r17-3753-g2e2fabc321485f27849bac592434957712e79f77
Author: Georg-Johann Lay <[email protected]>
Date:   Sat Aug 29 17:19:27 2026 +0200

    Skip sloppy gcc.dg/tree-ssa/satd-hadamard.c

    This test failed with:

    FAIL: gcc.dg/tree-ssa/satd-hadamard.c (test for excess errors)
    Excess errors:
    .../gcc.dg/tree-ssa/satd-hadamard.c:28:55: warning: left shift count >=
width of type [-Wshift-count-overflow]
    .../gcc.dg/tree-ssa/satd-hadamard.c:29:55: warning: left shift count >=
width of type [-Wshift-count-overflow]
    .../gcc.dg/tree-ssa/satd-hadamard.c:30:55: warning: left shift count >=
width of type [-Wshift-count-overflow]
    .../gcc.dg/tree-ssa/satd-hadamard.c:31:55: warning: left shift count >=
width of type [-Wshift-count-overflow]

    since it requires int32plus, added thusly.

    gcc/testsuite/
            PR testsuite/117728
            * gcc.dg/tree-ssa/satd-hadamard.c: Require int32plus.

Reply via email to