https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78341
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue May 30 07:55:06 2017 New Revision: 248639 URL: https://gcc.gnu.org/viewcvs?rev=248639&root=gcc&view=rev Log: Backported from mainline 2017-01-11 Jakub Jelinek <ja...@redhat.com> PR c++/78341 * parser.c (cp_parser_std_attribute_spec): Remove over-eager assertion. Formatting fix. * g++.dg/cpp0x/pr78341.C: New test. Added: branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/pr78341.C Modified: branches/gcc-5-branch/gcc/cp/ChangeLog branches/gcc-5-branch/gcc/cp/parser.c branches/gcc-5-branch/gcc/testsuite/ChangeLog