decl.c (grokdeclarator): Fix location of error message about static data member defin...
authorPaolo Carlini <paolo.carlini@oracle.com>
Wed, 12 Dec 2018 21:36:26 +0000 (21:36 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 12 Dec 2018 21:36:26 +0000 (21:36 +0000)
commit77a242860085d70b33d12302ca8c729f0c060905
tree344b71ff608685675673e3228e358315c8ba5a0b
parent293267bcdf1f32f624606b0087fa97731f1d08f7
decl.c (grokdeclarator): Fix location of error message about static data member definition.

/cp
2018-12-12  Paolo Carlini  <paolo.carlini@oracle.com>

* decl.c (grokdeclarator): Fix location of error message about
static data member definition.

/testsuite
2018-12-12  Paolo Carlini  <paolo.carlini@oracle.com>

* g++.dg/other/static5.C: New.

From-SVN: r267066
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/static5.C [new file with mode: 0644]