[Bug fortran/57843] [OOP] Type-bound assignment is resolved to non-polymorphic procedure call

2016-11-16 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57843 janus at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug fortran/57843] [OOP] Type-bound assignment is resolved to non-polymorphic procedure call

2013-08-24 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57843 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/57843] [OOP] Type-bound assignment is resolved to non-polymorphic procedure call

2013-08-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57843 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug fortran/57843] [OOP] Type-bound assignment is resolved to non-polymorphic procedure call

2013-08-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57843 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/57843] [OOP] Type-bound assignment is resolved to non-polymorphic procedure call

2013-08-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57843 --- Comment #7 from janus at gcc dot gnu.org --- (In reply to janus from comment #6) This patch fixes the ordering in gfc_extend_assign and in this way repairs the behavior on the code in comment 3. ... and regtests cleanly.