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: [Patch, fortran] PR27701 PR29232 and PR29364 - association of objects


On Wed, Oct 11, 2006 at 05:33:12PM +0200, Paul Thomas wrote:
> 
> 2006-10-12 Paul Thomas <pault@gcc.gnu.org>
> 
>    PR fortran/27701
>    * decl.c (get_proc_name): Replace the detection of a declared
>    procedure by the presence of a formal argument list by the
>    attributes of the symbol and the presence of an explicit
>    interface.
> 
>    PR fortran/29232
>    * resolve.c (resolve_fl_variable): See if the host association
>    of a derived type is blocked by the presence of another type I
>    object in the current namespace.
> 
>    PR fortran/29364
>    * resolve.c (resolve_fl_derived): Check for the presence of
>    the derived type for a derived type component.
> 
> 2006-10-12 Paul Thomas <pault@gcc.gnu.org>
> 
>    PR fortran/27701
>    * gfortran.dg/same_name_2.f90: New test.
> 
>    PR fortran/29232
>    * gfortran.dg/host_assoc_types_1.f90: New test.
> 
>    PR fortran/29364
>    * gfortran.dg/missing_derived_type_1.f90: New test.
>    * gfortran.dg/implicit_actual.f90: Comment out USE GLOBAL.

OK.

-- 
Steve


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