Re: [PATCH] Use gfc_add_*_component defines where appropriate

2016-06-19 Thread Bernhard Reutner-Fischer
On Sun, Jun 19, 2016 at 11:18:08AM +0200, Paul Richard Thomas wrote: > Hi Bernhard, > > Thanks for doing some of this tidying up. The patch is OK to commit on > both trunk and 6-branch. It might be worth going back to 5-branch as > well, if you feel up to it. Applied to trunk as r237580 so far.

Re: [PATCH] Use gfc_add_*_component defines where appropriate

2016-06-19 Thread Paul Richard Thomas
Hi Bernhard, Thanks for doing some of this tidying up. The patch is OK to commit on both trunk and 6-branch. It might be worth going back to 5-branch as well, if you feel up to it. Cheers Paul On 18 June 2016 at 21:47, Bernhard Reutner-Fischer wrote: > Ping. > > On December 1, 2015 1:54:58 PM

Re: [PATCH] Use gfc_add_*_component defines where appropriate

2016-06-18 Thread Bernhard Reutner-Fischer
Ping. On December 1, 2015 1:54:58 PM GMT+01:00, Bernhard Reutner-Fischer wrote: >A couple of places used gfc_add_component_ref(expr, "string") instead >of >the defines from gfortran.h > >Regstrapped without regressions, ok for trunk stage3 now / next stage1? > >gcc/fortran/ChangeLog > >2015-11-2

[PATCH] Use gfc_add_*_component defines where appropriate

2015-12-01 Thread Bernhard Reutner-Fischer
A couple of places used gfc_add_component_ref(expr, "string") instead of the defines from gfortran.h Regstrapped without regressions, ok for trunk stage3 now / next stage1? gcc/fortran/ChangeLog 2015-11-29 Bernhard Reutner-Fischer * class.c (gfc_add_class_array_ref): Call gfc_add_dat