This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: language lawyer question


On Friday 21 January 2005 14:45, Paul Brook wrote:
> On Friday 21 January 2005 06:10, Paul Thomas wrote:
> > The problem lies in this function:
> >
> >    function getOa(ob) result(oa)
> >       type(objB),target :: ob
> >       type(objA), pointer :: oa
> >       oa=>ob%oa
> >    end function getOa

Whoops, sorry, misread the code.
Section 12.4.1.1 was this is in fact well defined, and should work.

Paul


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