http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52841
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #19 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-06-14
12:55:19 UTC ---
Author: rguenth
Date: Thu Jun 14 12:55:11 2012
New Revision: 188613
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188613
Log:
2012-06-14 Richard Guenther <[email protected]>
Backport from mainline
2012-06-06 Fabien Chene <[email protected]>
PR c++/52841
* parser.c (cp_parser_alias_declaration): Return earlier
if an error occured.
* g++.dg/cpp0x/pr52841.C: New testcase.
Added:
branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/pr52841.C
Modified:
branches/gcc-4_7-branch/gcc/cp/ChangeLog
branches/gcc-4_7-branch/gcc/cp/parser.c
branches/gcc-4_7-branch/gcc/testsuite/ChangeLog
--- Comment #20 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-06-14
12:55:42 UTC ---
Fixed.