This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ICE] optimization


François-Xavier Coudert wrote:
> Trying to compile my code with vectorization enabled does give errors I 
> don't understand. As I don't know if it's a problem with the Fortran 
> front-end generating bad code or the GCC vectorization doing bad things, I 
> ask you where to bug-report:

In general, gcc developers will know better where to find the error, so report
the bug in bugzilla and let the bugmasters figure out what'S actually going wrong.

> pc31 ~ $ gfortran -O1 -msse2 -ftree-vectorize -c foo.f90

I assume that the error disappears if you remove '-ftree-vectorize'? Then it
is most likely an optimizer problem.

Regards,
- Tobias Schlüter


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]