diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-26 03:50:56 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-26 03:50:56 +0000 |
commit | c1838b2a388b204fe41d99c63eab3df610f08e19 (patch) | |
tree | 0f4eaa5bca3fe47755cb48e5e41885c12e4ec465 /gcc/ChangeLog | |
parent | 4ea67f0b3e3a5e7eb13103eab12c53da92067612 (diff) | |
download | gcc-c1838b2a388b204fe41d99c63eab3df610f08e19.tar.gz |
* c-decl.c (finish_enum): Convert enumerations that fit in an
`int' to `int'.
(build_enumerator): In pedantic mode, cast to `int' those that
don't.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35259 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b5955a54e55..52399578e99 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2000-07-26 Alexandre Oliva <aoliva@redhat.com> + + * c-decl.c (finish_enum): Convert enumerations that fit in an + `int' to `int'. + (build_enumerator): In pedantic mode, cast to `int' those that + don't. + 2000-07-25 Rodney Brown <RodneyBrown@pmsc.com> * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New. |