------- Comment #8 from dominiq at lps dot ens dot fr  2010-09-08 17:49 -------
One of the first thing taught in fortran is that the loop ordering in the test
in comment #0 is bad.

If the loops are interchanged (as they should) the code vectorize. Is not
-floop-interchange supposed to do that if graphite is enabled (actually it does
not do it or if it does, it does not allow the code to be vectorized)?


-- 


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

Reply via email to