https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117025
--- Comment #7 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:e776687d0eb88bf180a3a91be4d24c4fe3163b78 commit r16-922-ge776687d0eb88bf180a3a91be4d24c4fe3163b78 Author: Jakub Jelinek <ja...@redhat.com> Date: Tue May 27 23:27:23 2025 +0200 c: Fix up a pasto in countof diagnostics [PR117025] The C23 in there looks like pasto, should be C2Y. 2025-05-27 Jakub Jelinek <ja...@redhat.com> PR c/117025 * c-parser.cc (c_parser_sizeof_or_countof_expression): Use C2Y rather than C23 in pedwarn_c23.