Re: [PATCH] PR fortran/91497 -- Silence conversion warnings for MIN1 and MAX1

2021-11-06 Thread Thomas Koenig via Gcc-patches
Hi Manfred, looks good to me. Thanks for the patch! Best regards Thomas

Re: [PATCH] PR fortran/91497 -- Silence conversion warnings for MIN1 and MAX1

2021-11-06 Thread Manfred Schwarb via Gcc-patches
Am 02.11.21 um 19:39 schrieb Thomas Koenig: > On 02.11.21 15:22, Manfred Schwarb wrote: >> Am 02.11.21 um 14:26 schrieb Thomas Koenig: >>> Hi Manfred, >>> In addition to the patches of Steve Kargl for PR 91497: The MIN1 and MAX1 intrinsics do explicit type conversions and should be s

Re: [PATCH] PR fortran/91497 -- Silence conversion warnings for MIN1 and MAX1

2021-11-02 Thread Thomas Koenig via Gcc-patches
On 02.11.21 15:22, Manfred Schwarb wrote: Am 02.11.21 um 14:26 schrieb Thomas Koenig: Hi Manfred, In addition to the patches of Steve Kargl for PR 91497: The MIN1 and MAX1 intrinsics do explicit type conversions and should be silenced too for -Wconversion and -Wconversion-extra. Adjust testca

Re: [PATCH] PR fortran/91497 -- Silence conversion warnings for MIN1 and MAX1

2021-11-02 Thread Manfred Schwarb via Gcc-patches
Am 02.11.21 um 14:26 schrieb Thomas Koenig: > Hi Manfred, > >> In addition to the patches of Steve Kargl for PR 91497: >> The MIN1 and MAX1 intrinsics do explicit type conversions and should >> be silenced too for -Wconversion and -Wconversion-extra. >> >> Adjust testcase to only use *4 and *8 real

Re: [PATCH] PR fortran/91497 -- Silence conversion warnings for MIN1 and MAX1

2021-11-02 Thread Thomas Koenig via Gcc-patches
Hi Manfred, In addition to the patches of Steve Kargl for PR 91497: The MIN1 and MAX1 intrinsics do explicit type conversions and should be silenced too for -Wconversion and -Wconversion-extra. Adjust testcase to only use *4 and *8 real types, provide a second testcase for *10 and *16 precision

[PATCH] PR fortran/91497 -- Silence conversion warnings for MIN1 and MAX1

2021-11-02 Thread Manfred Schwarb via Gcc-patches
Hi, In addition to the patches of Steve Kargl for PR 91497: The MIN1 and MAX1 intrinsics do explicit type conversions and should be silenced too for -Wconversion and -Wconversion-extra. Adjust testcase to only use *4 and *8 real types, provide a second testcase for *10 and *16 precisions. Regtes

Re: [PATCH] PR fortran/91497 -- Silence conversion warnings

2019-10-05 Thread Steve Kargl
On Sat, Oct 05, 2019 at 06:27:08AM -0700, Steve Kargl wrote: > On Sat, Oct 05, 2019 at 03:18:45PM +0200, Rainer Orth wrote: > > Hi Steve, > > > > >> the new testcases FAILs on sparc and a couple of other targets: > > >> > > >> +FAIL: gfortran.dg/pr91497.f90 -O (test for excess errors) > > >>

Re: [PATCH] PR fortran/91497 -- Silence conversion warnings

2019-10-05 Thread Steve Kargl
On Sat, Oct 05, 2019 at 03:18:45PM +0200, Rainer Orth wrote: > Hi Steve, > > >> the new testcases FAILs on sparc and a couple of other targets: > >> > >> +FAIL: gfortran.dg/pr91497.f90 -O (test for excess errors) > >> > >> Excess errors: > >> /vol/gcc/src/hg/trunk/local/gcc/testsuite/gfortran

Re: [PATCH] PR fortran/91497 -- Silence conversion warnings

2019-10-05 Thread Rainer Orth
Hi Steve, >> the new testcases FAILs on sparc and a couple of other targets: >> >> +FAIL: gfortran.dg/pr91497.f90 -O (test for excess errors) >> >> Excess errors: >> /vol/gcc/src/hg/trunk/local/gcc/testsuite/gfortran.dg/pr91497.f90:13:13: >> Error: Old-style type declaration REAL*10 not suppo

Re: [PATCH] PR fortran/91497 -- Silence conversion warnings

2019-10-04 Thread Steve Kargl
On Fri, Oct 04, 2019 at 05:49:13PM +0200, Rainer Orth wrote: > > > The attach patch silences -Wconversion and -Wconversion-extra > > warnings that had previously been issued for explicit conversions > > (see testcase for examples). > > > > The patch has been tested on x86-*-freebsd. OK to commit?

Re: [PATCH] PR fortran/91497 -- Silence conversion warnings

2019-10-04 Thread Steve Kargl
On Fri, Oct 04, 2019 at 05:49:13PM +0200, Rainer Orth wrote: > > > The attach patch silences -Wconversion and -Wconversion-extra > > warnings that had previously been issued for explicit conversions > > (see testcase for examples). > > > > The patch has been tested on x86-*-freebsd. OK to commit?

Re: [PATCH] PR fortran/91497 -- Silence conversion warnings

2019-10-04 Thread Rainer Orth
Hi Steve, > The attach patch silences -Wconversion and -Wconversion-extra > warnings that had previously been issued for explicit conversions > (see testcase for examples). > > The patch has been tested on x86-*-freebsd. OK to commit? > > 2019-10-03 Steven G. Kargl > > PR fortran/91497 >

Re: [PATCH] PR fortran/91497 -- Silence conversion warnings

2019-10-03 Thread Thomas Koenig
Steve, The attach patch silences -Wconversion and -Wconversion-extra warnings that had previously been issued for explicit conversions (see testcase for examples). The patch has been tested on x86-*-freebsd. OK to commit? OK. Thanks a lot for the patch! Regards Thomas

[PATCH] PR fortran/91497 -- Silence conversion warnings

2019-10-03 Thread Steve Kargl
The attach patch silences -Wconversion and -Wconversion-extra warnings that had previously been issued for explicit conversions (see testcase for examples). The patch has been tested on x86-*-freebsd. OK to commit? 2019-10-03 Steven G. Kargl PR fortran/91497 * simplify.c (gfc