2008-12-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Dec 2008 03:19:09 +0000 (03:19 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Dec 2008 03:19:09 +0000 (03:19 +0000)
commit504951d5856a7795aa618bce5a3d6d726dd781bb
treee32337bd8289abcab39c735bd695f185dbbd4737
parenta2fbe7be7bd5a73a0fd152d8dcdc4eda71afe0f9
2008-12-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/38430
* io/transfer.c (data_transfer_init): Move constraint check for REC=
and STREAM access into condition for other REC= constraints to simplify.
Comment out this constraint to avoid breaking compatibility with 4.3
until later.  Added a TODO for above comment and this one.
Fix test for max pos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142575 138bc75d-0d04-0410-961f-82ee72b054a4
libgfortran/ChangeLog
libgfortran/io/transfer.c