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: issue with polymorphism


On Sunday 06 May 2012 12:23:49 you wrote:
> On Sunday, May 06, 2012 11:18:03 AM Daniel Franke wrote:
> > $ gfortran hook.f90 && ./a.out
> >  hook: a
> > 
> > $ g++  hook.cpp && ./a.out
> > hook b
[...]
> FWIW, ifort (v11.1) and pgf95 (v11.11-0) give the same result:
> 
> $ ifort hook.f90 && ./a.out
>  hook: a
> 
> $ pgf95 hook.f90 && ./a.out
>  hook: a

Thanks for checking. I nonetheless opened PR53259, just in case :)

Cheers

	Daniel


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