]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/60232 ([OOP] The rank of the element in the structure constructor does...
authorJanus Weil <janus@gcc.gnu.org>
Wed, 19 Feb 2014 11:52:39 +0000 (12:52 +0100)
committerJanus Weil <janus@gcc.gnu.org>
Wed, 19 Feb 2014 11:52:39 +0000 (12:52 +0100)
commit1251a8be603722c2bf1c894c987cfe2f724d1568
treee5c4bbf0826117aa74b28f32f66bd01e9eecd6c6
parent476b301a0c62213400f5208c55a2a0f1120790ce
re PR fortran/60232 ([OOP] The rank of the element in the structure constructor does not match that of the component)

2014-02-19  Janus Weil  <janus@gcc.gnu.org>

PR fortran/60232
* expr.c (gfc_get_variable_expr): Don't add REF_ARRAY for dimensionful
functions, which are used as procedure pointer target.

2014-02-19  Janus Weil  <janus@gcc.gnu.org>

PR fortran/60232
* gfortran.dg/typebound_proc_33.f90: New.

From-SVN: r207896
gcc/fortran/ChangeLog
gcc/fortran/expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/typebound_proc_33.f90 [new file with mode: 0644]