commit | dbc84c8b7f793616bb1f87c60c99f82a55aa423c | [log] [tgz] |
---|---|---|
author | Jakub Jelinek <jakub@redhat.com> | Wed Jan 22 17:42:02 2020 +0100 |
committer | Jakub Jelinek <jakub@redhat.com> | Wed Jan 22 20:12:54 2020 +0100 |
tree | 4e4e1851867f294962e1b1539ab25843a594c029 | |
parent | beee53d59e32e7859b32b19bc7e222e3d04cc5f0 [diff] |
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.