Re: [Fortran, patch, pr64589, v1] [OOP] Linking error due to undefined integer symbol with unlimited polymorphism

2015-07-13 Thread Andre Vehreschild
Hi Mikael, hi everyone, thanks for the review, Mikael. Commited as r225730. Regards, Andre On Fri, 10 Jul 2015 18:12:53 +0200 Mikael Morin mikael.mo...@sfr.fr wrote: Le 10/07/2015 16:51, Andre Vehreschild a écrit : Hi everyone, attached is a rather trivial patch to fix a

[Fortran, patch, pr64589, v1] [OOP] Linking error due to undefined integer symbol with unlimited polymorphism

2015-07-10 Thread Andre Vehreschild
Hi everyone, attached is a rather trivial patch to fix a linker issue when unlimited polymorphism is used and the vtabs of intrinsic types are referenced from two different locations (e.g. module and main program). Gfortran finds the vtab defined in the scope of a module's subroutine and tries to

Re: [Fortran, patch, pr64589, v1] [OOP] Linking error due to undefined integer symbol with unlimited polymorphism

2015-07-10 Thread Mikael Morin
Le 10/07/2015 16:51, Andre Vehreschild a écrit : Hi everyone, attached is a rather trivial patch to fix a linker issue when unlimited polymorphism is used and the vtabs of intrinsic types are referenced from two different locations (e.g. module and main program). Gfortran finds the vtab