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/31214] User-defined operator using entry leads to ICE



------- Comment #7 from pault at gcc dot gnu dot org  2007-08-04 20:46 -------
Subject: Bug 31214

Author: pault
Date: Sat Aug  4 20:46:11 2007
New Revision: 127213

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127213
Log:
2007-08-04  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/31214
        * symbol.c (get_unique_symtree): Moved from module.c.
        * module.c (get_unique_symtree): Moved to symbol.c.
        * decl.c (get_proc_name): Transfer the typespec from the local
        symbol to the module symbol, in the case that an entry is also
        a module procedure.  Ensure the local symbol is cleaned up by
        pointing to it with a unique symtree.

        * dump_parse_tree (gfc_show_code_node): Add EXEC_ASSIGN_CALL.

2007-08-04  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/31214
        * gfortran.dg/entry_13.f90: New test.

        * gfortran.dg/entry_12.f90: Clean up .mod file.


Added:
    trunk/gcc/testsuite/gfortran.dg/entry_13.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/decl.c
    trunk/gcc/fortran/dump-parse-tree.c
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/module.c
    trunk/gcc/fortran/symbol.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/entry_12.f90


-- 


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


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