[Bug c++/60365] multiple noreturn attribute specifiers in a single declaration doesn't result in a diagnostic
paolo at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 1 09:08:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60365
--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Wed Jul 1 09:08:17 2015
New Revision: 225234
URL: https://gcc.gnu.org/viewcvs?rev=225234&root=gcc&view=rev
Log:
/cp
2015-07-01 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/60365
* parser.c (cp_parser_check_std_attribute): New.
(cp_parser_std_attribute_list): Call it.
/testsuite
2015-07-01 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/60365
* g++.dg/cpp0x/gen-attrs-60.C: New.
* g++.dg/cpp1y/attr-deprecated-2.C: Likewise.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-60.C
trunk/gcc/testsuite/g++.dg/cpp1y/attr-deprecated-2.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/parser.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list