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/45338] Failure on interfacing a function passed as an argument as a custom operator


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

--- Comment #3 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2010-12-31 11:20:26 UTC ---
Author: tkoenig
Date: Fri Dec 31 11:20:22 2010
New Revision: 168366

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168366
Log:
2010-12-31  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/45338
    * resolve.c (resolve_operator):  Mark function for user-defined
    operator as referenced.

2010-12-31  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/45338
    * gfortran.dg/userdef_operator_2.f90:  New test case.


Added:
    trunk/gcc/testsuite/gfortran.dg/userdef_operator_2.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/resolve.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]