diff options
| author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-21 08:22:59 +0000 |
|---|---|---|
| committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-21 08:22:59 +0000 |
| commit | 8523463bd857d31e4ca8dd9fe1fbef4710a86bae (patch) | |
| tree | d539ddbcfdc0949f473110d4bc6a07151f03e075 | |
| parent | ce2c2e608d8e386345049bffe6892df54c002450 (diff) | |
| download | ppe42-gcc-8523463bd857d31e4ca8dd9fe1fbef4710a86bae.tar.gz ppe42-gcc-8523463bd857d31e4ca8dd9fe1fbef4710a86bae.zip | |
2004-07-21 Paolo Bonzini <bonzini@gnu.org>
* c-common.c (vector_types_convertible_p): Use vector types'
TYPE_SIZE and TREE_TYPE instead of their mode.
* convert.c (convert_to_integer): Likewise.
(convert_to_vector): Likewise.
* fold-const.c (fold_convert): Likewise.
* varasm.c (output_constant): Likewise.
* expr.c (store_constructor): Split ARRAY_TYPE and VECTOR_TYPE.
Allow a VECTOR_TYPE initializer to be made of several vectors.
For ARRAY_TYPEs and VECTOR_TYPES, simplify a bit the handling
of cleared and need_to_clear, and use fold_convert.
* c-typeck.c (build_binary_op): Do not use RDIV_EXPR for
integer vectors.
cp/ChangeLog:
2004-07-21 Paolo Bonzini <bonzini@gnu.org>
* c-typeck.c (build_binary_op): Do not use RDIV_EXPR for
integer vectors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85000 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ecb93aab60d..8c8e783bb0a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,18 @@ +2004-07-21 Paolo Bonzini <bonzini@gnu.org> + + * c-common.c (vector_types_convertible_p): Use vector types' + TYPE_SIZE and TREE_TYPE instead of their mode. + * convert.c (convert_to_integer): Likewise. + (convert_to_vector): Likewise. + * fold-const.c (fold_convert): Likewise. + * varasm.c (output_constant): Likewise. + * expr.c (store_constructor): Split ARRAY_TYPE and VECTOR_TYPE. + Allow a VECTOR_TYPE initializer to be made of several vectors. + For ARRAY_TYPEs and VECTOR_TYPES, simplify a bit the handling + of cleared and need_to_clear, and use fold_convert. + * c-typeck.c (build_binary_op): Do not use RDIV_EXPR for + integer vectors. + 2004-07-20 Richard Henderson <rth@redhat.com> * cfgexpand.c (expand_gimple_cond_expr, expand_gimple_tailcall): Split, @@ -89,6 +104,7 @@ for EXTRA_SECTION_FUNCTIONS. * doc/install.texi: Update binutils requirements. +>>>>>>> 2.4622 2004-07-20 Nathan Sidwell <nathan@codesourcery.com> * vec.h (VEC_T_length, VEC_T_index, VEC_T_iterate, VEC_T_truncate, |

