diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e339622de9f..1f04fa4b196 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2003-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * genattr.c (main): Rearrange output to avoid prototype warning. + * genautomata.c (transform_3): Fix ambiguous-else warning. + * local-alloc.c (requires_inout): Add parentheses around + assignment used as truth-value. + * timevar.c: Move system includes above local includes. Include + toplev.h + * Makefile.in (timevar.o): Depend on toplev.h. + 2003-01-14 Denis Chertykov <denisc@overta.ru> * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove. |