r198738 - in /branches/gcc-4_8-branch/gcc: cp/C...

jason@gcc.gnu.org jason@gcc.gnu.org
Thu May 9 13:51:00 GMT 2013


Author: jason
Date: Thu May  9 13:51:05 2013
New Revision: 198738

URL: http://gcc.gnu.org/viewcvs?rev=198738&root=gcc&view=rev
Log:
	PR c++/57068
	* decl.c (grokdeclarator): Warn about ref-qualifiers here.
	* parser.c (cp_parser_ref_qualifier_seq_opt): Not here.
	* error.c (maybe_warn_cpp0x): s/0x/11/.

Added:
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/parse/ref-qual1.C
Modified:
    branches/gcc-4_8-branch/gcc/cp/ChangeLog
    branches/gcc-4_8-branch/gcc/cp/decl.c
    branches/gcc-4_8-branch/gcc/cp/error.c
    branches/gcc-4_8-branch/gcc/cp/parser.c



More information about the Gcc-cvs mailing list