]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/trans-io.cc
re PR fortran/58771 (ICE in transfer_expr, at fortran/trans-io.c:2164)
authorPaul Thomas <pault@gcc.gnu.org>
Mon, 4 Nov 2013 20:19:40 +0000 (20:19 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Mon, 4 Nov 2013 20:19:40 +0000 (20:19 +0000)
commit8019105d7c6d15f611cd479437093d674f36293a
tree148e097852336d15e0998904c779d8782f968797
parent7e8c8abc9974707605cd422ff13bc6d5dd264986
re PR fortran/58771 (ICE in transfer_expr, at fortran/trans-io.c:2164)

2013-11-04  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/58771
* trans-io.c (transfer_expr): If the backend_decl for a derived
type is missing, build it with gfc_typenode_for_spec.

2013-11-04  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/58771
* gfortran.dg/derived_external_function_1.f90 : New test

From-SVN: r204358
gcc/fortran/ChangeLog
gcc/fortran/trans-io.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/derived_external_function_1.f90 [new file with mode: 0644]