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: bug with Z formatting REAL(10)?


On Wed, Oct 14, 2009 at 07:39:55PM -0700, Jerry DeLisle wrote:
> On 10/14/2009 02:50 PM, Steve Kargl wrote:
> >Is this a bug with the Z formatting of REAL(10) result?
> --- snip ---
> >Internal Error: bad integer kind
> >
> 
> It is a bug. We do not take care of KIND=10 in io/write.c (extract_int).
> 
> I will put in a PR and fix it if I can.
> 

Thanks.

It seems the B edit descriptor also has this issue.
Is there an octal edit descriptor?  I suspect that
it's affect too.

-- 
Steve


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