> Index: gcc/config/i386/i386.c
> ===================================================================
> --- gcc/config/i386/i386.c    (revision 233897)
> +++ gcc/config/i386/i386.c    (working copy)
> @@ -7794,6 +7794,10 @@ type_natural_mode (const_tree type, cons
>       {
>         machine_mode innermode = TYPE_MODE (TREE_TYPE (type));
> 
> +       /* There are no XFmode vector modes.  */
> +       if (innermode = XFmode)
> +         return mode;
> +
>         if (TREE_CODE (TREE_TYPE (type)) == REAL_TYPE)
>           mode = MIN_MODE_VECTOR_FLOAT;
>         else

You lost one of the '=' though.

-- 
Eric Botcazou

Reply via email to