This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/5900] [g77 & gfortran] Lapack regressions since g77 2.95.2


------- Additional Comments From Thomas dot Koenig at online dot de  2005-02-07 14:03 -------
Things are strange on IA-64.

I played around a bit with different optimization levels
for xeigtstd with ded.in as input file.  I compiled everything
at -O1 and -O3, and then tried replacing single object files
with the ones compiled at -O0.

Results are as follows: When compiling one of dgemv.f or dger.f with
-O0, the failures disappear.

When compiling dnrm2.f or dtrmv.f with -O0, the failures go down to
two (from four).

All of these are BLAS routines.

Looks like some loop reordering is causing slight differences
in floating point behavior...

-- 


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


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