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

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
<[email protected]>:

https://gcc.gnu.org/g:364778b4a53fdf23dceef037d08fafb4b733ffa9

commit r13-9559-g364778b4a53fdf23dceef037d08fafb4b733ffa9
Author: Jakub Jelinek <[email protected]>
Date:   Fri Sep 13 16:13:01 2024 +0200

    c++: Don't emit deprecated/unavailable attribute diagnostics when creating
cdtor thunks [PR116678]

    Another spot where we mark_used a function (in this case ctor or dtor)
    even when it is just artificially used inside of thunks (emitted on mingw
    with -Os for the testcase).

    2024-09-13  Jakub Jelinek  <[email protected]>

            PR c++/116678
            * optimize.cc: Include decl.h.
            (maybe_thunk_body): Temporarily change deprecated_state to
            UNAVAILABLE_DEPRECATED_SUPPRESS.

            * g++.dg/warn/deprecated-20.C: New test.

    (cherry picked from commit b7b67732e20217196f2a13a10fc3df4605b2b2ab)
  • [Bug c++/116678] "-Os"... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to