re PR fortran/61968 (ICE (assembly failure) due to wrongly generating a vtable for...
authorThomas Koenig <tkoenig@gcc.gnu.org>
Fri, 10 May 2019 20:14:22 +0000 (20:14 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Fri, 10 May 2019 20:14:22 +0000 (20:14 +0000)
commit15e5858fbe6245b07f9115990bc58d4dfb76e46a
tree2db78b72dd6b6d56335c1e9affc8d98aa76ea021
parent93fd52fc8cb71dda94cd0a9e869c618bba8b0292
re PR fortran/61968 (ICE (assembly failure) due to wrongly generating a vtable for TYPE(*) / BT_ASSUMED_TYPE)

2019-05-10  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/61968
    * interface.c (compare_actual_formal): Do not create a vtab if
    the actual argument is assumed type.

2019-05-10  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/61968
    * gfortran.dg/assumed_type_10.f90: New test case.
    * gfortran.dg/assumed_type_11.f90: New test case.

From-SVN: r271076
gcc/fortran/ChangeLog
gcc/fortran/interface.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/assumed_type_10.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/assumed_type_11.f90 [new file with mode: 0644]