pt.c (instantiate_class_template): Set up the DECL_INITIAL of member constants.
authorJason Merrill <jason@yorick.cygnus.com>
Tue, 26 Jan 1999 20:23:36 +0000 (20:23 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 26 Jan 1999 20:23:36 +0000 (15:23 -0500)
commit94c82a77fde8fa2c197f61f8acc1ade19a13acdb
tree3bf365bde9b10142ba132ffbbfef283fe6c06958
parent1b528097cdf347b2149b2c81dd2c3327642e61f1
pt.c (instantiate_class_template): Set up the DECL_INITIAL of member constants.

* pt.c (instantiate_class_template): Set up the DECL_INITIAL of
member constants.
g++.ns/template6.C
* init.c (expand_member_init): Pull out TYPE_MAIN_VARIANT in
a ctor initializer.
g++.other/typedef6.C

From-SVN: r24875
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/cp/pt.c