Re: [PATCH] PR fortran/88227 -- Revenge of the BOZ

2019-08-06 Thread Steve Kargl
On Tue, Aug 06, 2019 at 04:27:46PM +0200, Bernhard Reutner-Fischer wrote: > Hi Steve, > > I know you already committed this but please let me add a remark or two. > > On Sun, 28 Jul 2019 16:41:02 -0700 > Steve Kargl wrote: > > > + > > + bufp = buf = XCNEWVEC (char, j + 1); > > + memset (bufp,

Re: [PATCH] PR fortran/88227 -- Revenge of the BOZ

2019-08-06 Thread Bernhard Reutner-Fischer
Hi Steve, I know you already committed this but please let me add a remark or two. On Sun, 28 Jul 2019 16:41:02 -0700 Steve Kargl wrote: > Index: gcc/fortran/check.c > === > --- gcc/fortran/check.c (revision 273766) > +++ gcc

Re: [PATCH] PR fortran/88227 -- Revenge of the BOZ

2019-08-04 Thread Steve Kargl
On Sun, Aug 04, 2019 at 03:14:53PM +0100, Paul Richard Thomas wrote: > Hi Steve, > > This is OK. > > Thanks for working on it. > > Paul > Thanks. BTW, I started to read your SELECT RANK patch. >From I read, it looks good. When you're ready with a final patch, feel free to ping me. -- Steve

Re: [PATCH] PR fortran/88227 -- Revenge of the BOZ

2019-08-04 Thread Paul Richard Thomas
Hi Steve, This is OK. Thanks for working on it. Paul On Thu, 1 Aug 2019 at 22:13, Steve Kargl wrote: > > Ping. > > -- > steve > > On Sun, Jul 28, 2019 at 04:41:02PM -0700, Steve Kargl wrote: > > The attach patch fixes a problem with the conversion of a > > BOZ literal constant to a REAL where

Re: [PATCH] PR fortran/88227 -- Revenge of the BOZ

2019-08-03 Thread Steve Kargl
Last call. T-12. -- steve On Thu, Aug 01, 2019 at 02:13:12PM -0700, Steve Kargl wrote: > Ping. > > -- > steve > > On Sun, Jul 28, 2019 at 04:41:02PM -0700, Steve Kargl wrote: > > The attach patch fixes a problem with the conversion of a > > BOZ literal constant to a REAL where the size of th

Re: [PATCH] PR fortran/88227 -- Revenge of the BOZ

2019-08-01 Thread Steve Kargl
Ping. -- steve On Sun, Jul 28, 2019 at 04:41:02PM -0700, Steve Kargl wrote: > The attach patch fixes a problem with the conversion of a > BOZ literal constant to a REAL where the size of the REAL > exceeds the size of the largest INTEGER. The problem can > be seen on 32-bit targets that provide

[PATCH] PR fortran/88227 -- Revenge of the BOZ

2019-07-28 Thread Steve Kargl
The attach patch fixes a problem with the conversion of a BOZ literal constant to a REAL where the size of the REAL exceeds the size of the largest INTEGER. The problem can be seen on 32-bit targets that provide support for REAL(10) and/or REAL(16), or it can be seen with a multilib target when us