https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110345
--- Comment #17 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:7169ee08203878ba351eedf206df7ff43014d634 commit r15-7391-g7169ee08203878ba351eedf206df7ff43014d634 Author: Jakub Jelinek <ja...@redhat.com> Date: Thu Feb 6 18:32:32 2025 +0100 c++: Add nodiscard attribute further test coverage [PR110345] Fairly non-problematic attribute. 2025-02-06 Jakub Jelinek <ja...@redhat.com> PR c++/110345 * g++.dg/cpp0x/attr-nodiscard1.C: New test.