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: Copy class into type bug ?


patnel97269-gfortran@yahoo.fr wrote:
I have a weird result when trying to copy a polymorphic class object into a type variable.

Confirmed. I have filled it as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63553 ; thanks for the report!

Seems as if the address of the virtual table gets assigned instead of the data of the class.

Tobias


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