re PR libfortran/51407 (Use of BOZ edit descriptors to edit real and complex data...
authorTobias Burnus <burnus@net-b.de>
Thu, 8 Dec 2011 18:54:27 +0000 (19:54 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 8 Dec 2011 18:54:27 +0000 (19:54 +0100)
commit14dcdf69d57b85cc5926162da7699f4846bb3faf
tree4705adde20a38543793f0e0d474f4e088e2a192c
parente48cc3915567359131c25e8453182150d4a66b56
re PR libfortran/51407 (Use of BOZ edit descriptors to edit real and complex data and F2008)

2011-12-08  Tobias Burnus  <burnus@net-b.de>

        PR fortran/51407
        * io/transfer.c (require_numeric_type): New function.
        (formatted_transfer_scalar_read, formatted_transfer_scalar_write):
        Use it, allow BOZ edit descriptors with F2008.

2011-12-08  Tobias Burnus  <burnus@net-b.de>

        PR fortran/51407
        * gfortran.dg/io_real_boz_3.f90: New.
        * gfortran.dg/io_real_boz_4.f90: New.
        * gfortran.dg/io_real_boz_5.f90: New.

From-SVN: r182132
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/io_real_boz_3.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/io_real_boz_4.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/io_real_boz_5.f90 [new file with mode: 0644]