This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [OOP] SELECT TYPE with CLASS IS
- From: Salvatore Filippone <salvatore dot filippone at uniroma2 dot it>
- To: Janus Weil <janus at gcc dot gnu dot org>
- Cc: gfortran <fortran at gcc dot gnu dot org>
- Date: Sun, 08 Nov 2009 17:39:09 +0100
- Subject: Re: [OOP] SELECT TYPE with CLASS IS
- References: <854832d40911071420l4f328ac8jf4bc93aef0955d41@mail.gmail.com>
- Reply-to: salvatore dot filippone at uniroma2 dot it
Hi all,
Janus' patch seems to be working for me (at least at compile time).
However I am not making heavy use of the CLASS IS statement right now,
so my tests are not stressing the compiler very much, and I cannot do
runtime tests until Paul's work on dynamic dispatch is included.
Moreover, with the new patch the current version of the library
compiles, but some parts of it take up an inordinate amount of time and
memory; I will soon send Janus an updated version of the source code
(off-list)
Salvatore