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
This commit is contained in:
parent
296e379a50
commit
f214a6415a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
2018-12-11 Paolo Carlini <paolo.carlini@oracle.com>
|
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.
|
in build_lang_decl_loc and build_decl calls.
|
||||||
(grokdeclarator): Move up loc declaration and use it in the
|
(grokdeclarator): Move up loc declaration and use it in the
|
||||||
grokvardecl call too.
|
grokvardecl call too.
|
||||||
|
|
Loading…
Add table
Reference in a new issue