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] PR24092 - recursive derived types - part 2


On Mon, Oct 10, 2005 at 06:41:18AM +0200, Paul Thomas wrote:

> 2005-10-10  Paul Thomas  <pault@gcc.gnu.org>
> 
> PR fortran/24092
> 	* trans-types.c (gfc_get_derived_type): Insert code to obtain backend
> 	declaration for derived types, building if necessary.  Return the
> 	derived type if the fields have been built by this process.  Otherwise,
> 	continue as before but using the already obtained backend_decls for the
> 	derived type components.  Chnege the gcc_assert to act on the field.
> 
> 2005-10-10  Paul Thomas  <pault@gcc.gnu.org>
> 
> 	PR fortran/24092
> 	gfortran.dg/derived_pointer_recursion.f90: New test.
> 

OK.

-- 
Steve


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