Re: [PATCH] PR c++/51027 - accepts alias-declaration without ';'

2011-11-08 Thread Jason Merrill
OK. Jason

Re: [PATCH] PR c++/51027 - accepts alias-declaration without ';'

2011-11-08 Thread Dodji Seketeli
Err, this is the proper patch, sorry. From: Dodji Seketeli Date: Tue, 8 Nov 2011 17:21:52 +0100 Subject: [PATCH] PR c++/51027 - accepts alias-declaration without ';' gcc/cp/ * parser.c (cp_parser_alias_declaration): Require ';' at the end of the declar

[PATCH] PR c++/51027 - accepts alias-declaration without ';'

2011-11-08 Thread Dodji Seketeli
Date: Tue, 8 Nov 2011 17:21:52 +0100 Subject: [PATCH] PR c++/51027 - accepts alias-declaration without ';' gcc/cp/ * parser.c (cp_parser_alias_declaration): Require ';' at the end of declaration. gcc/testsuite * g++.dg/cpp0x/alias-decl-12.C: New test.