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: r63080
Showing
- gcc/c-typeck.c 9 additions, 0 deletionsgcc/c-typeck.c
- gcc/config/rs6000/rs6000.c 38 additions, 0 deletionsgcc/config/rs6000/rs6000.c
- gcc/doc/tm.texi 6 additions, 0 deletionsgcc/doc/tm.texi
- gcc/target-def.h 5 additions, 0 deletionsgcc/target-def.h
- gcc/target.h 3 additions, 0 deletionsgcc/target.h
Loading
Please register or sign in to comment