Re: [PATCH] fortran/88342 -- interaction of -ffpe-trap and IEEE_VALUE

2018-12-30 Thread Steve Kargl
On Sun, Dec 30, 2018 at 09:32:43AM -0800, H.J. Lu wrote: > On Sun, Dec 30, 2018 at 9:09 AM Steve Kargl > wrote: > > > > On Sun, Dec 30, 2018 at 08:06:40AM -0800, H.J. Lu wrote: > > > > > > > > OK Steve, thanks. > > > > > > The test fails on Linux/x86: > > > > > > https://gcc.gnu.org/bugzilla/show_

Re: [PATCH] fortran/88342 -- interaction of -ffpe-trap and IEEE_VALUE

2018-12-30 Thread H.J. Lu
On Sun, Dec 30, 2018 at 9:09 AM Steve Kargl wrote: > > On Sun, Dec 30, 2018 at 08:06:40AM -0800, H.J. Lu wrote: > > > > > > OK Steve, thanks. > > > > The test fails on Linux/x86: > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88639 > > > > The test works on both i586-*-freebsd and x86_64-*-f

Re: [PATCH] fortran/88342 -- interaction of -ffpe-trap and IEEE_VALUE

2018-12-30 Thread Steve Kargl
On Sun, Dec 30, 2018 at 08:06:40AM -0800, H.J. Lu wrote: > > > > OK Steve, thanks. > > The test fails on Linux/x86: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88639 > The test works on both i586-*-freebsd and x86_64-*-freebsd. What does -- Steve

Re: [PATCH] fortran/88342 -- interaction of -ffpe-trap and IEEE_VALUE

2018-12-30 Thread H.J. Lu
On Fri, Dec 28, 2018 at 4:38 PM Jerry DeLisle wrote: > > On 12/28/18 10:43 AM, Steve Kargl wrote: > > Ping. > > > > On Mon, Dec 24, 2018 at 11:59:50AM -0800, Steve Kargl wrote: > >> All, > >> > >> The IEEE modules and -ffpe-trap are to some extent orthogonal > >> features of gfortran. Unfortunate

Re: [PATCH] fortran/88342 -- interaction of -ffpe-trap and IEEE_VALUE

2018-12-28 Thread Jerry DeLisle
On 12/28/18 10:43 AM, Steve Kargl wrote: Ping. On Mon, Dec 24, 2018 at 11:59:50AM -0800, Steve Kargl wrote: All, The IEEE modules and -ffpe-trap are to some extent orthogonal features of gfortran. Unfortunately, some users have the expectation of using -ffpe-trap for debugging while also usin

Re: [PATCH] fortran/88342 -- interaction of -ffpe-trap and IEEE_VALUE

2018-12-28 Thread Steve Kargl
Ping. On Mon, Dec 24, 2018 at 11:59:50AM -0800, Steve Kargl wrote: > All, > > The IEEE modules and -ffpe-trap are to some extent orthogonal > features of gfortran. Unfortunately, some users have the > expectation of using -ffpe-trap for debugging while also using only > some of the mechanisms p

[PATCH] fortran/88342 -- interaction of -ffpe-trap and IEEE_VALUE

2018-12-24 Thread Steve Kargl
All, The IEEE modules and -ffpe-trap are to some extent orthogonal features of gfortran. Unfortunately, some users have the expectation of using -ffpe-trap for debugging while also using only some of the mechanisms provided by the IEEE modules. For example, % t.f90 program test use, i