* src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 6 Jan 2004 07:04:52 +0000 (07:04 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 6 Jan 2004 07:04:52 +0000 (07:04 +0000)
commitd3116fbcb26b6893466538702b9ad9d5819687a7
tree15299f9c5c3e3c610d7ffe806f80be73c74b76eb
parent94db37a76d3809610fd1ba3e1960db3541768d48
* src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
* src/SDCCsymt.c (newEnumType),
* src/SDCCsymt.h
* support/Util/SDCCerr.c,
* support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
enum related bugs.
* support/regression/tests/enum.c: added test for enum values that
require at least 2 bytes of storage.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3085 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/SDCC.y
src/SDCCsymt.c
src/SDCCsymt.h
support/Util/SDCCerr.c
support/Util/SDCCerr.h
support/regression/tests/enum.c