diff options
author | Nick Clifton <nickc@redhat.com> | 2003-02-19 00:44:34 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2003-02-19 00:44:34 +0000 |
commit | 5e93e88adf5643394ee014e06d2c8f13fafaff96 (patch) | |
tree | d1d6b86274f54d69f1959d27a7740e456a194a4d | |
parent | 22d324c166a03be0b1273664165caba367072d3d (diff) | |
download | gcc-5e93e88adf5643394ee014e06d2c8f13fafaff96.zip gcc-5e93e88adf5643394ee014e06d2c8f13fafaff96.tar.gz gcc-5e93e88adf5643394ee014e06d2c8f13fafaff96.tar.bz2 |
20030218-1.c: New.
2003-02-18 Nick Clifton <nickc@redhat.com>
Aldy Hernandez <aldyh@redhat.com>
* testsuite/gcc.dg/20030218-1.c: New.
* doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
* target-def.h (TARGET_INITIALIZER): Add
TARGET_VECTOR_TYPES_COMPATIBLE.
(TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
* target.h (struct gcc_target): Add field vector_types_compatible.
* c-typeck.c (comptypes): Take into account
TARGET_VECTOR_TYPES_COMPATIBLE.
(convert_for_assignment): Same.
* config/rs6000/rs6000.c (is_ev64_opaque_type): New.
(rs6000_spe_vector_types_compatible): New.
(TARGET_VECTOR_TYPES_COMPATIBLE): Define.
From-SVN: r63079
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b03ad95..cc6839a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -14,8 +14,6 @@ * c-typeck.c (comptypes): Take into account TARGET_VECTOR_TYPES_COMPATIBLE. (convert_for_assignment): Same. - (really_start_incremental_init): Disallow initialization of - ev64_opaque types. * config/rs6000/rs6000.c (is_ev64_opaque_type): New. (rs6000_spe_vector_types_compatible): New. |