Re: [patch, fortran] Inline packing for array temporaries

2019-04-28 Thread Thomas Koenig
Hi Paul, Could you provide the patch, please, or was it already posted? Actually, no. I was so intent on providing the test cases that I missed the patch itself :-) Here it is. Regards Thomas Index: fortran/expr.c === -

Re: [patch, fortran] Inline packing for array temporaries

2019-04-28 Thread Dominique d'Humières
Hi Thomas, > (Dominique, could you tell us again what the magic incantation for > 32-bit mode is?) I use: time make -k -j8 check RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'" > & check-*.log & Dominique

Re: [patch, fortran] Inline packing for array temporaries

2019-04-28 Thread Paul Richard Thomas
Hi Thomas, Could you provide the patch, please, or was it already posted? Cheers Paul On Sun, 28 Apr 2019 at 10:46, Thomas Koenig wrote: > > Hello world, > > going back a patch which was not included in gcc-9 because it was too > late in the development cycle, here is a patch which, when optim

[patch, fortran] Inline packing for array temporaries

2019-04-28 Thread Thomas Koenig
Hello world, going back a patch which was not included in gcc-9 because it was too late in the development cycle, here is a patch which, when optimizing and not optimizing for size, does inline packing for an argument. As you can see from the code and the test cases, there is provision for option