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: [RFC, Patch, Fortran] F2003's OOP constructor support


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


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