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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Marek Polacek
<mpola...@gcc.gnu.org>:

https://gcc.gnu.org/g:97803ee561c7a2692a6d7863a5d86797d79a18b1

commit r12-8774-g97803ee561c7a2692a6d7863a5d86797d79a18b1
Author: Marek Polacek <pola...@redhat.com>
Date:   Mon Sep 19 14:12:55 2022 -0400

    c: Stray inform note with -Waddress [PR106947]

    A trivial fix for maybe_warn_for_null_address where we print an
    inform note without first checking the return value of a warning
    call.

            PR c/106947

    gcc/c/ChangeLog:

            * c-typeck.cc (maybe_warn_for_null_address): Don't emit stray
            notes.

    gcc/testsuite/ChangeLog:

            * c-c++-common/Waddress-7.c: New test.

    (cherry picked from commit 2d9429d5c0f86f588bdfd85bb9e236d2be367d3f)

Reply via email to