From: Paolo Carlini Date: Wed, 14 Aug 2019 08:54:16 +0000 (+0000) Subject: decl.c (grokdeclarator): Check here for typedef a function definition or a member... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df4ac85fd90affab9a7108a8fab6454277ced0ab;p=gcc.git decl.c (grokdeclarator): Check here for typedef a function definition or a member function definition. /cp 2019-08-14 Paolo Carlini * decl.c (grokdeclarator): Check here for typedef a function definition or a member function definition. (start_function): Adjust. (grokmethod): Likewise. /testsuite 2019-08-14 Paolo Carlini * g++.dg/parse/typedef9.C: Test locations too. From-SVN: r274433 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5c005d49a73..3ae8e535501 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,10 @@ +2019-08-14 Paolo Carlini + + * decl.c (grokdeclarator): Check here for typedef a function + definition or a member function definition. + (start_function): Adjust. + (grokmethod): Likewise. + 2019-08-13 Richard Sandiford PR middle-end/91421