Re: [PATCH] PR fortran/77507

2016-09-11 Thread Steve Kargl
On Sat, Sep 10, 2016 at 08:04:40PM +0200, Andreas Schwab wrote: > FAIL: gfortran.dg/pr77507.f90 -O (test for excess errors) > Excess errors: > /opt/gcc/gcc-20160910/gcc/testsuite/gfortran.dg/pr77507.f90:3:6: Fatal Error: > Can't open module file 'ieee_arithmetic.mod' for reading at (1): No such

Re: [PATCH] PR fortran/77507

2016-09-10 Thread Andreas Schwab
FAIL: gfortran.dg/pr77507.f90 -O (test for excess errors) Excess errors: /opt/gcc/gcc-20160910/gcc/testsuite/gfortran.dg/pr77507.f90:3:6: Fatal Error: Can't open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory Andreas. -- Andreas Schwab, sch...@linux-m68k.org

Re: [PATCH] PR fortran/77507

2016-09-10 Thread Steve Kargl
On Sat, Sep 10, 2016 at 09:03:16AM +0200, Andreas Schwab wrote: > FAIL: gfortran.dg/c_assoc_2.f03 -O (test for errors, line 23) > Sorry about that. Seems I forgot to check-in the updated testcases with r240050. Should be fixed now. -- Steve

Re: [PATCH] PR fortran/77507

2016-09-10 Thread Andreas Schwab
FAIL: gfortran.dg/c_assoc_2.f03 -O (test for errors, line 23) Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: [PATCH] PR fortran/77507

2016-09-09 Thread Steven G. Kargl
On Fri, Sep 09, 2016 at 08:13:01AM -0700, Steven G. Kargl wrote: > On Fri, Sep 09, 2016 at 01:47:40PM +0200, Paul Richard Thomas wrote: > > > > This is OK for trunk. Are you backporting any of these fixes? If so, > > you're OK to go back to 5-branch. > > > > I have a pile of *.diff files that I

Re: [PATCH] PR fortran/77507

2016-09-09 Thread Steven G. Kargl
On Fri, Sep 09, 2016 at 01:47:40PM +0200, Paul Richard Thomas wrote: > > This is OK for trunk. Are you backporting any of these fixes? If so, > you're OK to go back to 5-branch. > I have a pile of *.diff files that I will someday apply to at least 6. I know I have lost a few diffs, so those nee

Re: [PATCH] PR fortran/77507

2016-09-09 Thread Paul Richard Thomas
Hi Steve, This is OK for trunk. Are you backporting any of these fixes? If so, you're OK to go back to 5-branch. Thanks for the patch Paul On 9 September 2016 at 01:49, Steve Kargl wrote: > The attached patch fixes issues with using keywords with > the IEEE_VALUE and C_ASSOCIATED intrinsic rou

[PATCH] PR fortran/77507

2016-09-08 Thread Steve Kargl
The attached patch fixes issues with using keywords with the IEEE_VALUE and C_ASSOCIATED intrinsic routines. Regression tested on x86_64-*-freebsd. OK to commit? 2016-09-08 Steven G. Kargl PR fortran/77507 * intrinsic.c (add_functions): Use correct keyword. 2016-09-08 Stev