diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2018-12-11 17:47:47 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2018-12-11 17:47:47 +0000 |
commit | f214a6415ad5f2a2124b94b7c4abcfe04861595f (patch) | |
tree | f5e94e237971ba65fd0302de00ebb0523fc35b2b | |
parent | 296e379a5087be494b8fc35011954c5ea073ba83 (diff) | |
download | gcc-f214a6415ad5f2a2124b94b7c4abcfe04861595f.zip gcc-f214a6415ad5f2a2124b94b7c4abcfe04861595f.tar.gz gcc-f214a6415ad5f2a2124b94b7c4abcfe04861595f.tar.bz2 |
decl.c (grokvardecl): Add location_t parameter and use it in build_lang_decl_loc and build_decl calls.
/cp
2018-12-11 Paolo Carlini <paolo.carlini@oracle.com>
* 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 <paolo.carlini@oracle.com>
* g++.dg/pr53037-4.C: Test the first two locations too.
From-SVN: r267028
-rw-r--r-- | gcc/cp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 50b8c5a..3e31ba6 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,6 +1,6 @@ 2018-12-11 Paolo Carlini <paolo.carlini@oracle.com> - * 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. |