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

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sjames at gcc dot gnu.org
            Summary|[14 Regression] ice in      |[12/13/14 Regression] ice
                   |size_remaining, at          |in size_remaining, at
                   |pointer-query.cc:875        |pointer-query.cc:875 since
                   |                            |r12-6606-g9d6a0f388eb048

--- Comment #4 from Sam James <sjames at gcc dot gnu.org> ---
9d6a0f388eb048f8d87f47af78f07b5ce513bfe6 is the first bad commit
commit 9d6a0f388eb048f8d87f47af78f07b5ce513bfe6
Author: Martin Sebor <mse...@redhat.com>
Date:   Sat Jan 15 16:41:40 2022 -0700

    Add -Wdangling-pointer [PR63272].

    Resolves:
    PR c/63272 - GCC should warn when using pointer to dead scoped variable
with
    in the same function

i.e. r12-6606-g9d6a0f388eb048

Reply via email to