This is the mail archive of the gcc-patches@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]

Re: [gfortran,patch] PR 25716: Implicit kind conversions in in expressions written to *.mod-files


Erik Edelmann wrote:
> 2005-01-25  Erik Edelmann  <eedelman@gcc.gnu.org>
> 
>         PR fortran/25716
>         * symbol.c (free_old_symbol): New function.
>         (gfc_commit_symbols): Use it.
>         (gfc_commit_symbol): New function.
>         (gfc_use_derived): Use it.
>         * gfortran.h: Add prototype for gfc_commit_symbol.
>         * intrinsic.c (gfc_find_function): Search in 'conversion'
>         if not found in 'functions'.
>         (gfc_convert_type_warn): Add a symtree to the new
>         expression node, and commit the new symtree->n.sym.
>         * resolve.c (gfc_resolve_index): Make sure typespec is
>         properly initialized.
> 
> 
> 2005-01-25  Erik Edelmann  <eedelman@gcc.gnu.org>
> 
>         PR fortran/25716
>         * gfortran.dg/char_result_11.f90: Make it sensitive to PR
>         25716 on 32-bit systems too.

This is ok.

Thanks,
- Tobi


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