diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 50b8c5a3aca..3e31ba60d0c 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.