https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110345
--- Comment #10 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:17429c1d20568d4810189196d64081139c0d7785 commit r15-6331-g17429c1d20568d4810189196d64081139c0d7785 Author: Jakub Jelinek <ja...@redhat.com> Date: Wed Dec 18 11:57:50 2024 +0100 c++: Add carries_dependency further test coverage [PR110345] This patch adds additional test coverage for the carries_dependency attribute (unlike other attributes, the attribute actually isn't implemented for real, so we warn even in the cases of valid uses because we ignore those as well). 2024-12-18 Jakub Jelinek <ja...@redhat.com> PR c++/110345 * g++.dg/cpp0x/attr-carries_dependency2.C: New test.