https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118586
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <[email protected]>: https://gcc.gnu.org/g:1911b8cbd78293582b38d938350a7fa6b3c2d5eb commit r15-7108-g1911b8cbd78293582b38d938350a7fa6b3c2d5eb Author: Jakub Jelinek <[email protected]> Date: Tue Jan 21 18:49:51 2025 +0100 c++: Handle CPP_EMBED in cp_parser_objc_message_args [PR118586] As the following testcases show, I forgot to handle CPP_EMBED in cp_parser_objc_message_args which is another place which can parse possibly long valid lists of CPP_COMMA separated CPP_NUMBER tokens. 2025-01-21 Jakub Jelinek <[email protected]> PR objc++/118586 gcc/cp/ * parser.cc (cp_parser_objc_message_args): Handle CPP_EMBED. gcc/testsuite/ * objc.dg/embed-1.m: New test. * obj-c++.dg/embed-1.mm: New test. * obj-c++.dg/va-meth-2.mm: New test.
