From df4ac85fd90affab9a7108a8fab6454277ced0ab Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Wed, 14 Aug 2019 08:54:16 +0000 Subject: [PATCH] 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 --- gcc/cp/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.30.2