[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

2016-11-16 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org Tar

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

2015-10-18 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 --- Comment #10 from paul.richard.thomas at gmail dot com --- Hi Dominique, I was about to close this one right now :-) Thanks Paul On 18 October 2015 at 22:54, dominiq at lps dot ens.fr wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

2015-10-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

2014-12-29 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 Paul Thomas changed: What|Removed |Added CC||damian at sourceryinstitute dot or

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

2014-12-28 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org Assigne

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

2012-01-28 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 --- Comment #6 from Fran Martinez Fadrique 2012-01-28 23:09:49 UTC --- Created attachment 26494 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26494 Test sample to support comment 5

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

2012-01-28 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 --- Comment #5 from Fran Martinez Fadrique 2012-01-28 23:08:46 UTC --- I have bumped into another problem that I think may be related to this same topic. I have an example that generates the following message: m_pointer_test.f90:22.2: b%pa =>

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

2012-01-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/52010] [OOP] Intrinsic assignment of a CLASS to a TYPE

2012-01-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 --- Comment #3 from Tobias Burnus 2012-01-27 16:06:51 UTC --- The following handles the checking part. However, one also needs to handle the access internally (in trans-expr.c). Namely: type_var = class_var type_var = class_function () and bo