Re: [patch, testsuite, committed] Test case for vectorization PR 32380

2012-02-09 Thread Richard Guenther
On Thu, 9 Feb 2012, Jakub Jelinek wrote: > On Wed, Feb 08, 2012 at 08:57:15PM +0100, Thomas Koenig wrote: > > I committed the attached test case after verifying that it passes and > > that only real(4) variables occur (so the requiredment on vect_float > > should be correct.) > > This fails e.g.

Re: [patch, testsuite, committed] Test case for vectorization PR 32380

2012-02-09 Thread Jakub Jelinek
On Wed, Feb 08, 2012 at 08:57:15PM +0100, Thomas Koenig wrote: > I committed the attached test case after verifying that it passes and > that only real(4) variables occur (so the requiredment on vect_float > should be correct.) This fails e.g. on i686-linux. The problem is that dg-options for */v

[patch, testsuite, committed] Test case for vectorization PR 32380

2012-02-08 Thread Thomas Koenig
Hello world, I committed the attached test case after verifying that it passes and that only real(4) variables occur (so the requiredment on vect_float should be correct.) Thomas 2012-02-08 Thomas Koenig PR fortran/32380 * gfortran.dg/vect/pr32380.f90: New test. ! {