------- Additional Comments From anlauf at hep dot tu-darmstadt dot de  2004-10-12 
06:55 -------
(In reply to comment #4)
> Subject: Re:  Math error in simple divide operation
> 
> I suppose then that a warning would be good when mixing precisions in
> assignments.

With Fortran 77, the great free tool ftnchek assisted in finding these
problems and gave a warning that the r.h.s. result was promoted to a variable
of higher precision.  I am not aware of a similar free tool for Fortran 90.

With the gfortran parser in place, this is a good opportunity to fill this gap.
On the other hand, there are lots of real bugs waiting to be fixed... ;-)

-- 


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

Reply via email to