]> git.ipfire.org Git - thirdparty/gcc.git/commit
decl.c (grokdeclarator): Don't complain about in-class initialization of static const...
authorMark Mitchell <mark@markmitchell.com>
Fri, 29 May 1998 14:19:11 +0000 (14:19 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 29 May 1998 14:19:11 +0000 (14:19 +0000)
commite23afa25113fb191e560862dc5f910eafe9f0d9b
tree2126e62126c844cfb208d2e591d905fcbc043a8d
parent2879ca2a89e81ec127e2accb87bd3884a78d6ad4
decl.c (grokdeclarator): Don't complain about in-class initialization of static consts if...

* decl.c (grokdeclarator): Don't complain about in-class
initialization of static consts if we don't really know the type
of the variable.

From-SVN: r20139
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.old-deja/g++.pt/static4.C [new file with mode: 0644]