------- Comment #3 from spop at gcc dot gnu dot org 2007-08-30 14:19 ------- Subject: Re: Missed opportunities for vectorization due to unhandled real_type
Thanks for the detailed comments and further investigation. On 30 Aug 2007 10:12:26 -0000, dorit at gcc dot gnu dot org > > I couldn't compile the rest of the kernels because of the "USE kinds" - I get: > Fatal Error: Can't open module file 'kinds.mod' for reading > How do I get around that? > You can try to install the gfortran compiler, and then just build with gfortran and not with the f951 driver: ~/usr/bin/gfortran-4.3 -c -O2 -msse2 -ftree-vectorize -fdump-tree-vect-all test_fpu.f90 works fine for me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33243