This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/29621] lapack runs into infinite loop with -03
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Oct 2006 19:33:17 -0000
- Subject: [Bug fortran/29621] lapack runs into infinite loop with -03
- References: <bug-29621-13059@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from kargl at gcc dot gnu dot org 2006-10-27 19:33 -------
DSYEV is expecting double precision arrays. You are giving it default
real kind arrays. This is a bug in your code. If you want gfortran
to detect this type of problem, use LAPACK95.
--
kargl at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29621