------- 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

Reply via email to