Re: [PATCH,fortran] Add support for IEEE_SUBNORMAL

2018-12-29 Thread Steve Kargl
On Fri, Dec 28, 2018 at 04:40:55PM -0800, Jerry DeLisle wrote: > On 12/28/18 10:44 AM, Steve Kargl wrote: > > Ping. > > OK, thanks. > For the record, here's the patch and ChangeLogs for what I committed. Previous patch did not come with a testscase. 2018-12-29 Steven G. Kargl * exp

Re: [PATCH,fortran] Add support for IEEE_SUBNORMAL

2018-12-28 Thread Jerry DeLisle
On 12/28/18 10:44 AM, Steve Kargl wrote: Ping. OK, thanks. Jerry On Tue, Dec 25, 2018 at 02:36:40PM -0800, Steve Kargl wrote: Fortran 2018 has added IEEE_SUBNORMAL, IEEE_POSITIVE_SUBNORMAL, and IEEE_NEGATIVE_SUBNORMAL as counterparts the same features with the DENORMAL name. The attached p

Re: [PATCH,fortran] Add support for IEEE_SUBNORMAL

2018-12-28 Thread Steve Kargl
Ping. On Tue, Dec 25, 2018 at 02:36:40PM -0800, Steve Kargl wrote: > Fortran 2018 has added IEEE_SUBNORMAL, IEEE_POSITIVE_SUBNORMAL, and > IEEE_NEGATIVE_SUBNORMAL as counterparts the same features with the > DENORMAL name. The attached patch allows gfortran to recognize > and do the right thing w

[PATCH,fortran] Add support for IEEE_SUBNORMAL

2018-12-25 Thread Steve Kargl
Fortran 2018 has added IEEE_SUBNORMAL, IEEE_POSITIVE_SUBNORMAL, and IEEE_NEGATIVE_SUBNORMAL as counterparts the same features with the DENORMAL name. The attached patch allows gfortran to recognize and do the right thing with these featuers. OK to commit? 2018-12-25 Steven G. Kargl *