Skip to content
Snippets Groups Projects
Commit 5e93e88a authored by Nick Clifton's avatar Nick Clifton Committed by Aldy Hernandez
Browse files

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
parent 22d324c1
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
* c-typeck.c (comptypes): Take into account * c-typeck.c (comptypes): Take into account
TARGET_VECTOR_TYPES_COMPATIBLE. TARGET_VECTOR_TYPES_COMPATIBLE.
(convert_for_assignment): Same. (convert_for_assignment): Same.
(really_start_incremental_init): Disallow initialization of
ev64_opaque types.
   
* config/rs6000/rs6000.c (is_ev64_opaque_type): New. * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
(rs6000_spe_vector_types_compatible): New. (rs6000_spe_vector_types_compatible): New.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment