r274891 - in /trunk/gcc: cp/ChangeLog cp/decl.c...
mpolacek@gcc.gnu.org
mpolacek@gcc.gnu.org
Fri Aug 23 23:24:00 GMT 2019
Author: mpolacek
Date: Fri Aug 23 23:24:46 2019
New Revision: 274891
URL: https://gcc.gnu.org/viewcvs?rev=274891&root=gcc&view=rev
Log:
PR c++/91521 - wrong error with operator->.
* decl.c (grokdeclarator): Return error_mark_node for an invalid
trailing return type.
* g++.dg/parse/operator8.C: New test.
Added:
trunk/gcc/testsuite/g++.dg/parse/operator8.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/decl.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list