diff options
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 0b18c5100ce..9baf0be323b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2004-07-08 Nathan Sidwell <nathan@codesourcery.com> + + * vec.c (vec_p_reserve, vec_o_reserve): Allocation is signed. + * vec.h (VEC_alloc, VEC_embedded_size, VEC_embedded_init): + Allocation is signed. + (VEC_reserve): Return flag, allocation is signed. + 2004-07-08 Richard Henderson <rth@redhat.com> * tree-ssa-ccp.c (fold_stmt): Get type directly from |