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: integer*8 parsing problem


On Tuesday 24 August 2004 00:25, Richard Henderson wrote:
> Going through a string here seems unnecessary.  Thoughts on
> this rewrite?  Comments wrt the range of the MPZ integer vs
> the type are especially appreciated.

Looks good.
We don't care about overflow because the frontend will already have verified 
that the value is within range.

Paul


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