OSDN Git Service

003-02-18 Nick Clifton <nickc@redhat.com>
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Feb 2003 00:41:44 +0000 (00:41 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Feb 2003 00:41:44 +0000 (00:41 +0000)
commitb1cb12a3c9d60becbd6e2924f7f82b7dda93861c
tree1ee8947912f75d5f23dee6e0a9f74a22b98bec04
parent1bb9b6bd11c487703fe1b824ce79eefdafd392e1
003-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.
        (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.
        (TARGET_VECTOR_TYPES_COMPATIBLE): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63078 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog