]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/36214 (Wrong simplification of BOZ constants)
authorDaniel Kraft <d@domob.eu>
Thu, 11 Sep 2008 07:28:18 +0000 (09:28 +0200)
committerDaniel Kraft <domob@gcc.gnu.org>
Thu, 11 Sep 2008 07:28:18 +0000 (09:28 +0200)
commitace428e3133f0aa7f4cb90180e716114bf73d705
tree4d02a9e80e0692269de3441e8f5312c2554431ee
parent5993860d25eee7156f523ed54f303c876f10135f
re PR fortran/36214 (Wrong simplification of BOZ constants)

2008-09-11  Daniel Kraft  <d@domob.eu>

PR fortran/36214
* simplify.c (simplify_cmplx): Added linebreak to long line.
* target-memory.c (gfc_convert_boz): Fix indentation.
(gfc_interpret_float): Set mpfr precision to right value before
calling mpfr_init.

2008-09-11  Daniel Kraft  <d@domob.eu>

PR fortran/36214
* gfortran.dg/boz_9.f90: Corrected test.
* gfortran.dg/boz_13.f90: New test.
* gfortran.dg/boz_14.f90: New test.

From-SVN: r140264
gcc/fortran/ChangeLog
gcc/fortran/simplify.c
gcc/fortran/target-memory.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/boz_13.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/boz_14.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/boz_9.f90