]> gcc.gnu.org Git - gcc.git/commit
cp-tree.h (build_enumerator): Change prototype.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 16 Nov 1999 03:42:28 +0000 (03:42 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 16 Nov 1999 03:42:28 +0000 (03:42 +0000)
commit58595203f2ded150884358ebe299c034fffee588
tree8f024553e6c99a48931c5be3c4695973b30b2879
parentff9655e94b9b1d3483abb43ae26e1393dc8829a1
cp-tree.h (build_enumerator): Change prototype.

* cp-tree.h (build_enumerator): Change prototype.
* decl.c (enum_next_value): Remove.
(enum_overflow): Likewise.
(init_decl_processing): Don't register enum_next_value as a root.
(start_enum): Clear TYPE_VALUES for a redefined enum.
(finish_enum): Reset the type of enumeration constants.
(build_enumerator): Fix indentation.  Don't copy CONST_DECLs when
we don't need to.  Maintain the TYPE_VALUES list and look there
for the previously defined enumeration constant.  Let enumeration
constants have the type of their values until the enumeration type
is complete.
* parse.y (enumlist_opt, enumlist, enumerator): Don't return a value.
(structsp): Adjust.
* parse.c: Regenerated.
* pt.c (tsubst_enum): Adjust according to build_enumerator changes.

From-SVN: r30544
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/parse.c
gcc/cp/parse.y
gcc/cp/pt.c
This page took 0.054008 seconds and 5 git commands to generate.