r222248 - in /trunk/gcc: cp/ChangeLog cp/decl.c...
jason@gcc.gnu.org
jason@gcc.gnu.org
Mon Apr 20 20:44:00 GMT 2015
Author: jason
Date: Mon Apr 20 20:44:25 2015
New Revision: 222248
URL: https://gcc.gnu.org/viewcvs?rev=222248&root=gcc&view=rev
Log:
Reject trailing return type for an operator auto().
* decl.c (grokdeclarator): Reject trailing return types for
all conversion operators, don't handle conversion operators
in the previous checks that deal with auto.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/decl.c
trunk/gcc/testsuite/g++.dg/cpp0x/auto9.C
More information about the Gcc-cvs
mailing list