Re: *ping* [patch, Fortran] Fix PR fortran/68147, temporaries for allocatable strings

2016-02-28 Thread Jerry DeLisle
On 02/28/2016 03:39 AM, Thomas Koenig wrote: > I wrote: > >> So, OK for these branches? > > Patch at > > https://gcc.gnu.org/ml/gcc-patches/2016-02/msg01364.html > > Regards > > Thomas >> >> 2016-02-18 Thomas Koenig >> >> PR fortran/68147 >> PR fortran/47674 >>

*ping* [patch, Fortran] Fix PR fortran/68147, temporaries for allocatable strings

2016-02-28 Thread Thomas Koenig
I wrote: So, OK for these branches? Patch at https://gcc.gnu.org/ml/gcc-patches/2016-02/msg01364.html Regards Thomas 2016-02-18 Thomas Koenig PR fortran/68147 PR fortran/47674 * frontend-passes.c (realloc_string_callbac): Don't set walk_subtree

[patch, Fortran] Fix PR fortran/68147, temporaries for allocatable strings

2016-02-19 Thread Thomas Koenig
Hello world, in the fix for PR 47674, there was a piece of unnecessary code which meant that allocatable string assignments did not get their temporary within IF statements (and others). This patch is really simple and obvious. If we weren't in tstage 4, I would simply commit it. Because alloc