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/29621] lapack runs into infinite loop with -03



------- Comment #14 from fkar at nemesis-project dot org  2006-10-28 02:07 -------
(In reply to comment #13)
> Are you building slamch.f and dlamch.f with -O3 or even -O1?
> Don't.  These files try to determine machine values (e.g.,
> epsilon).  Optimization can give some really strange answers.

Thank you!!!
That totally solved the problem and now the program executes fine.

Is this a bug after all?


-- 


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


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