From: paolo Date: Tue, 11 Dec 2018 17:47:47 +0000 (+0000) Subject: /cp X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af727f4cb876ad93051a9a97a1c25e3de70f39a4;p=thirdparty%2Fgcc.git /cp 2018-12-11 Paolo Carlini * decl.c (grokvardecl): Add location_t parameter and use it in build_lang_decl_loc and build_decl calls. (grokdeclarator): Move up loc declaration and use it in the grokvardecl call too. /testsuite 2018-12-11 Paolo Carlini * g++.dg/pr53037-4.C: Test the first two locations too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267028 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 50b8c5a3aca0..3e31ba60d0c9 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,6 +1,6 @@ 2018-12-11 Paolo Carlini - * decl2.c (grokvardecl): Add location_t parameter and use it + * decl.c (grokvardecl): Add location_t parameter and use it in build_lang_decl_loc and build_decl calls. (grokdeclarator): Move up loc declaration and use it in the grokvardecl call too.