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

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:4c08f0dde4c2a48931a61b84a00d5c16f4b0e291

commit r14-7181-g4c08f0dde4c2a48931a61b84a00d5c16f4b0e291
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Fri Jan 12 11:22:04 2024 +0100

    sra: Punt for too large _BitInt accesses [PR113330]

    This is the case I was talking about in
    https://gcc.gnu.org/pipermail/gcc-patches/2024-January/642423.html
    and Zdenek kindly found a testcase for it.
    We can only create BITINT_TYPE with precision at most 65535, not 65536,
    so need to punt if we'd want to create it.

    2024-01-12  Jakub Jelinek  <ja...@redhat.com>

            PR tree-optimization/113330
            * tree-sra.cc (create_access): Punt for BITINT_TYPE accesses with
            too large size.

            * gcc.dg/bitint-69.c: New test.

Reply via email to