Re: g95 timings



-O4 doesn't mean anything, -O3 is the highest level of optimization
that is meaningful in GCC-based compilers (which includes g95). You
could try adding "-funroll-loops" to your options.

.