This is the mail archive of the gcc-patches@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]

Re: [gfortran] PR18218 - loss of floating point precision.


On Wed, Nov 10, 2004 at 02:06:19AM +0000, Paul Brook wrote:
>      default:
> -      internal_error ("Bad real number kind");
> +      internal_error ("Unsupported real kind during IO");

  if (length == sizeof (long double))
    ... = strtold 

?


r~


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