[RFC, Patch, Fortran] F2003's OOP constructor support
Tobias Burnus
burnus@net-b.de
Tue Nov 1 01:26:00 GMT 2011
Hi Dominique,
Dominique Dhumieres wrote:
> I just browsed your patch to check if it is likely to conflict with
> Mikael's or Paul's ones and saw something wierd in trans-types.c:
>
> +/*<<<<<<< .mine
> ...
> +=======*/
> && derived->module
> && gfc_get_module_backend_decl (derived))
> goto copy_derived_types;
> +/*>>>>>>> .r170461*/
>
> A left over of a postponed conflict?
Yes - but left there on purpose: I was unsure whether I still need it or
not. I will remove it in the final version of the patch.
Note: My current focus is on getting testing/implementation feedback on
the patch and to fix the remaining issues. Only when everything works, I
will clean up the patch, write a changelog and commit it.
Biggest issues currently:
* Symtree-walking issue - see separate email.
* FoX (Fortran XML) library is - again - broken. It uses two "USE, only"
for the same module, which for some reasons breaks.
Tobias
More information about the Fortran
mailing list