re PR fortran/58793 (Wrong value for _vtab for intrinsic types with CLASS(*): storage...
commit3d54e576483fe7a746ec6a9f5c4a42e743f27d13
authorTobias Burnus <burnus@net-b.de>
Wed, 23 Oct 2013 05:44:02 +0000 (23 07:44 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Wed, 23 Oct 2013 05:44:02 +0000 (23 07:44 +0200)
tree456f6737bb4c23b445cacffdd21e99c0afce7b2b
parent55384dd76a3b213fcb6db67af3f630e5666dc59e
re PR fortran/58793 (Wrong value for _vtab for intrinsic types with CLASS(*): storage_size of class(*) gives wrong result)

2013-10-23  Tobias Burnus  <burnus@net-b.de>

        PR fortran/58793
        * interface.c (compare_parameter): Reject passing TYPE(*)
        to CLASS(*).

2013-10-23  Tobias Burnus  <burnus@net-b.de>

        PR fortran/58793
        * gfortran.dg/assumed_type_8.f90: New.

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