https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92438
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-9 branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:dbc84c8b7f793616bb1f87c60c99f82a55aa423c commit r9-8156-gdbc84c8b7f793616bb1f87c60c99f82a55aa423c Author: Jakub Jelinek <ja...@redhat.com> Date: Wed Jan 22 17:42:02 2020 +0100 re PR c++/92438 (Function declaration parsed incorrectly with `-std=c++1z`) PR c++/92438 * parser.c (cp_parser_constructor_declarator_p): If open paren is followed by RID_ATTRIBUTE, skip over the attribute tokens and try to parse type specifier. * g++.dg/ext/attrib61.C: New test.