Re: [Patch, Fortran, OOP] PR 59493: Cleanup of vtab generation code

2013-12-18 Thread Janus Weil
2013/12/18 Tobias Burnus : > Janus Weil wrote: >> >> here is a follow-up to my recent patch for PR59493, doing some cleanup >> related to the generation of vtab symbols: >> 1) Since the function gfc_find_intrinsic_vtab, contrary to its name, >> handles not only intrinsic but also derived types, I r

Re: [Patch, Fortran, OOP] PR 59493: Cleanup of vtab generation code

2013-12-18 Thread Tobias Burnus
Janus Weil wrote: here is a follow-up to my recent patch for PR59493, doing some cleanup related to the generation of vtab symbols: 1) Since the function gfc_find_intrinsic_vtab, contrary to its name, handles not only intrinsic but also derived types, I removed the latter functionality, and inste

[Patch, Fortran, OOP] PR 59493: Cleanup of vtab generation code

2013-12-18 Thread Janus Weil
Hi all, here is a follow-up to my recent patch for PR59493, doing some cleanup related to the generation of vtab symbols: 1) Since the function gfc_find_intrinsic_vtab, contrary to its name, handles not only intrinsic but also derived types, I removed the latter functionality, and instead introduc