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

Re: Problem with zeros.


Hi,

Jerry DeLisle wrote:
> Based on this I suugest the following patch:
>
> Index: read.c
> ===================================================================
> -  if (errno != 0 && errno != EINVAL)
> +  if (errno == EINVAL)
>        generate_error (&dtp->common, ERROR_READ_VALUE,
> -                     "Range error during floating point read");
> +                     "Error during floating point read");
And Steve wrote:
> I'm fine with this patch or removing the entire test.

I also like this patch; from my side it is OK for the trunk and can be
committed (even as obvious) if it regtests.

Tobias


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