2003-02-18 Nick Clifton <nickc@redhat.com>
commit5050b2f7198606d1c90b926e02a2bfbaa564baa1
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Feb 2003 00:51:16 +0000 (19 00:51 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Feb 2003 00:51:16 +0000 (19 00:51 +0000)
tree80e4f09c68d9f7c5a7226ee0a859bf2f53c872a8
parent3ca6aea9c44d2f01256760eaee7422d14695e5d7
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63080 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/c-typeck.c
gcc/config/rs6000/rs6000.c
gcc/doc/tm.texi
gcc/target-def.h
gcc/target.h