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] Add polymorphic type support (OOP, RTTI) - merge from Fortran-dev branch


Dear Janus,

Il giorno gio, 01/10/2009 alle 13.35 +0200, Janus Weil ha scritto:
> Also: Now that all the OOP stuff has landed on trunk, I would
> encourage all interested users (Salvatore, Damian, anyone else?) to
> test the current implementation, so that we can quickly fix the
> remaining bugs.
> 
> Cheers,
> Janus
> 
> 

My stuff now goes a long way towards completing the compilation process,
great job so far! 

I currently get  a bunch of warnings like this one 
      allocate(altmp, source=mold,stat=info) 
                                             1
Warning: Dynamic size allocation at (1) not supported yet, using size of declared type

and an error 

    select type (aa=>a%a) 
                     1
Error: Associate-name in SELECT TYPE statement at (1) is not yet supported


As I understand, dynamic dispatching is not working yet; when the above
allocate and dynamic dispatching are supposed to work I can also begin
some runtime tests for all cases where the unit with  the select type
name association is not needed.  
In the meantime I am also doing some more coding, but I am unsure when I
will touch on other parts of the language, I am still getting a handle
on how to frame properly the code I have so far. 

Thanks, and best regards,
 
Salvatore





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