: unassigned at gcc dot gnu.org
Reporter: mike at mikepage dot us
gfortran --version
GNU Fortran (MacPorts gcc49 4.9.2_1) 4.9.2
gfortran -O3 -ftree-vectorize -ftree-vectorizer-verbose=6 foo.f90
is not issuing vectorization report
cat foo.f90
program main
real, dimension(1024, 1024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64207
--- Comment #2 from Mike Page ---
Thanks, Joost.
I need to go find some current documentation.
Thanks for fixing the typo in my bad example.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64207
--- Comment #3 from Mike Page ---
BTW, I was using
https://gcc.gnu.org/projects/tree-ssa/vectorization.html#using
for my info on optimization options.