RFA: testsuite fix for 4.8 (was Re: [patch, libgfortran] PR60128 Wrong ouput using en edit descriptor)

2014-04-12 Thread Hans-Peter Nilsson
On Sat, 12 Apr 2014, Dominique Dhumieres wrote: > > This test, after the update on 4.8 in r209070 when the test-case was > > modified substantially (not really covered by the ChangeLog entry) to be > > identical to that on trunk, apparently takes a different route in the > > fortran run-time libra

Re: [patch, libgfortran] PR60128 Wrong ouput using en edit descriptor

2014-04-12 Thread Dominique Dhumieres
> This test, after the update on 4.8 in r209070 when the test-case was > modified substantially (not really covered by the ChangeLog entry) to be > identical to that on trunk, apparently takes a different route in the > fortran run-time library on 4.8 compared to trunk. For 4.8, it requires > more

Re: [patch, libgfortran] PR60128 Wrong ouput using en edit descriptor

2014-04-11 Thread Hans-Peter Nilsson
On Mon, 31 Mar 2014, Dominique d'Humières wrote: > Updated gfortran.dg/fmt_en.f90 to skip some tests not > supported on i?86-*-solaris2.9* and hppa*-*-hpux* (these tests > assume rounding to nearest and to even on tie, AFAICT > i?86-*-solaris2.9* rounds real(16) to zero and hppa*-*-hpux* > rounds

Re: [patch, libgfortran] PR60128 Wrong ouput using en edit descriptor

2014-03-31 Thread Dominique d'Humières
Updated gfortran.dg/fmt_en.f90 to skip some tests not supported on i?86-*-solaris2.9* and hppa*-*-hpux* (these tests assume rounding to nearest and to even on tie, AFAICT i?86-*-solaris2.9* rounds real(16) to zero and hppa*-*-hpux* rounds all kinds to zero on tie, with some exceptions I don’t

Re: [patch, libgfortran] PR60128 Wrong ouput using en edit descriptor

2014-03-07 Thread Jerry DeLisle
On 03/07/2014 02:05 PM, Dominique d'Humières wrote: > > Hi all! > > Patch for pr60128. It is basically the patch posted at = > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D60128#c7. I have made tmp = > volatile (although I did not see any differences between -m32 and -m64) = > and added a commen

[patch, libgfortran] PR60128 Wrong ouput using en edit descriptor

2014-03-07 Thread Dominique d'Humières
Hi all! Patch for pr60128. It is basically the patch posted at = http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D60128#c7. I have made tmp = volatile (although I did not see any differences between -m32 and -m64) = and added a comment (please feel free to improve the wording). I have = also fixed