Re: [PATCH] Fix PR67278, x86 target part

2016-03-08 Thread Andreas Schwab
Richard Biener writes: > Index: gcc/testsuite/gcc.dg/simd-8.c > === > --- gcc/testsuite/gcc.dg/simd-8.c (revision 0) > +++ gcc/testsuite/gcc.dg/simd-8.c (working copy) > @@ -0,0 +1,19 @@ > +/* { dg-do compile } */ > + > +#if

Re: [PATCH] Fix PR67278, x86 target part

2016-03-02 Thread Richard Biener
On Wed, 2 Mar 2016, Uros Bizjak wrote: > On Wed, Mar 2, 2016 at 9:54 AM, Richard Biener wrote: > > > > The following fix from Uros properly (not) handles XFmode vectors in > > type_natural_mode. > > > > Bootstrapped and tested on x86_64-unknown-linux-gnu by Uros, applied. > > > > Richard. > > > >

Re: [PATCH] Fix PR67278, x86 target part

2016-03-02 Thread Eric Botcazou
> 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 i

Re: [PATCH] Fix PR67278, x86 target part

2016-03-02 Thread Uros Bizjak
On Wed, Mar 2, 2016 at 9:54 AM, Richard Biener wrote: > > The following fix from Uros properly (not) handles XFmode vectors in > type_natural_mode. > > Bootstrapped and tested on x86_64-unknown-linux-gnu by Uros, applied. > > Richard. > > 2016-03-02 Richard Biener > Uros Bizjak > >

[PATCH] Fix PR67278, x86 target part

2016-03-02 Thread Richard Biener
The following fix from Uros properly (not) handles XFmode vectors in type_natural_mode. Bootstrapped and tested on x86_64-unknown-linux-gnu by Uros, applied. Richard. 2016-03-02 Richard Biener Uros Bizjak PR target/67278 * config/i386/i386.c (type_natural_mode): Ha