------- Comment #33 from dominiq at lps dot ens dot fr  2009-12-22 16:42 -------
> Dominique, could you please check this?

The patch in comment #31 fixes this pr:

[karma] f90/bug% gfc -O3 -ftree-vectorizer-verbose=2 where_2.f90

where_2.f90:11: note: LOOP VECTORIZED.
where_2.f90:11: note: not vectorized: relevant stmt not supported: cond.23_79 =
D.1255_78 > 6;

where_2.f90:11: note: not vectorized: relevant stmt not supported: cond.15_57 =
D.1238_56 == 0;

where_2.f90:11: note: not vectorized: relevant stmt not supported: cond.9_43 =
D.1227_42 < 0;

where_2.f90:5: note: LOOP VECTORIZED.
where_2.f90:2: note: vectorized 2 loops in function.
[karma] f90/bug% a.out 
         100         100         100         210         210         210       
 310         310         337         337
[karma] f90/bug% 

with the same result with -m64.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41082

Reply via email to