This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/46067] [F03] invalid procedure pointer assignment not detected


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46067

--- Comment #9 from janus at gcc dot gnu.org 2010-10-21 09:25:24 UTC ---
Author: janus
Date: Thu Oct 21 09:25:17 2010
New Revision: 165755

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165755
Log:
2010-10-21  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/46067
    * interface.c (gfc_compare_interfaces): Switch arguments of type
    comparison (important for polymorphic variables).


2010-10-21  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/46067
    * gfortran.dg/dummy_procedure_4.f90: New.
    * gfortran.dg/proc_ptr_30.f90: New.

Added:
    trunk/gcc/testsuite/gfortran.dg/dummy_procedure_4.f90
    trunk/gcc/testsuite/gfortran.dg/proc_ptr_30.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/interface.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]