[Bug c++/110345] [C++26] P2552R3 - On the ignorability of standard attributes
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 20 09:27:17 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110345
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Last reconfirmed| |2024-12-20
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think at this point this is mostly implemented, except that tests for
nodiscard/noreturn/no_unique_address
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662379.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662380.html
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662381.html
weren't reviewed yet. But those only add tests, don't change the
FE/middle-end.
More information about the Gcc-bugs
mailing list