* decl.c (finish_enum): Initialize underlying_type.
From-SVN: r69941
This commit is contained in:
parent
a6400add64
commit
ad96995ba1
@ -1,3 +1,7 @@
|
||||
2003-07-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* decl.c (finish_enum): Initialize underlying_type.
|
||||
|
||||
2003-07-29 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
PR c++/9447
|
||||
|
@ -13043,7 +13043,7 @@ finish_enum (tree enumtype)
|
||||
int highprec;
|
||||
int precision;
|
||||
integer_type_kind itk;
|
||||
tree underlying_type;
|
||||
tree underlying_type = NULL_TREE;
|
||||
|
||||
/* We built up the VALUES in reverse order. */
|
||||
TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype));
|
||||
|
Loading…
Reference in New Issue
Block a user