Re: Added test case for PR 32373, missed vectorization with equivalence

2012-02-06 Thread Thomas Koenig
Hi Dominique, The test fails on powerpc-apple-darwin9 because double are not vectorized. I think the following patch is required: Thanks for noticing this! I applied this patch as obvious after regression-testing. Thomas 2012-02-06 Thomas König tkoe...@gcc.gnu.org PR

Re: Added test case for PR 32373, missed vectorization with equivalence

2012-02-06 Thread Dominique Dhumieres
Thomas, The test fails on powerpc-apple-darwin9 because double are not vectorized. I think the following patch is required: --- /opt/gcc/_gcc_clean/gcc/testsuite/gfortran.dg/vect/vect-8.f90 2012-02-05 23:32:31.0 +0100 +++ /opt/gcc/work/gcc/testsuite/gfortran.dg/vect/vect-8.f90

Added test case for PR 32373, missed vectorization with equivalence

2012-02-05 Thread Thomas Koenig
Hello world, I added the attached test case from the PR after verifying that all loops mentioned in the PR are now vectorized. The PR is now closed. 2012-02-05 Thomas König tkoe...@gcc.gnu.org PR fortran/32373 * gfortran.dg/vect/vect-8.f90: New test case. ! PR fortran/32373