There was a regression for gfortran.dg/fmt_en.f90 for cris-elf that on...
authorHans-Peter Nilsson <hp@axis.com>
Thu, 23 May 2019 02:18:49 +0000 (02:18 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Thu, 23 May 2019 02:18:49 +0000 (02:18 +0000)
commit6dac25d1ee4644deaea053911f0f3da84fa8cb6d
tree4e44faad216ca6095e0d221045002e2661cfc1fa
parent30d3ba5142311df568e8f62a374d83d0bdab42bf
There was a regression for gfortran.dg/fmt_en.f90 for cris-elf that on...

There was a regression for gfortran.dg/fmt_en.f90 for cris-elf
that on inspection was due to it having acquired a truncation
call through the runtime.  I updated that and the new tests that
had "Fortran runtime error: required ftruncate or chsize support
not present" messages in gfortran.log, ran past cris-elf and
committed as obvious.  See also
<https://gcc.gnu.org/ml/gcc-patches/2008-05/msg00975.html> from
which I copy-pasted most of this message.  (Yep, 11 years ago.)

gcc/testsuite:
* gfortran.dg/dec_io_1.f90, gfortran.dg/dtio_1.f90,
gfortran.dg/dtio_12.f90, gfortran.dg/fmt_en.f90,
gfortran.dg/namelist_89.f90: Gate test on effective_target
fd_truncate.

From-SVN: r271536
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dec_io_1.f90
gcc/testsuite/gfortran.dg/dtio_1.f90
gcc/testsuite/gfortran.dg/dtio_12.f90
gcc/testsuite/gfortran.dg/fmt_en.f90
gcc/testsuite/gfortran.dg/namelist_89.f90