[Bug fortran/58043] [OOP] Incorrect behaviour of polymorphic array

2018-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58043 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/58043] [OOP] Incorrect behaviour of polymorphic array

2017-10-27 Thread marco at hulten dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58043 Marco van Hulten changed: What|Removed |Added CC||marco at hulten dot org --- Comment #

[Bug fortran/58043] [OOP] Incorrect behaviour of polymorphic array

2015-09-02 Thread vladimir.fuka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58043 Vladimir Fuka changed: What|Removed |Added CC||vladimir.fuka at gmail dot com --- Comme

[Bug fortran/58043] [OOP] Incorrect behaviour of polymorphic array

2014-06-11 Thread sacks at ucar dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58043 Bill Sacks changed: What|Removed |Added CC||sacks at ucar dot edu --- Comment #4 from B

[Bug fortran/58043] [OOP] Incorrect behaviour of polymorphic array

2013-08-01 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58043 --- Comment #3 from janus at gcc dot gnu.org --- The WRITE of the second element in main is translated into: _gfortran_transfer_real_write (&dt_parm.7, (real(kind=4) *) &((struct adof_t *) dofs._data.data + (sizetype) ((dofs._data.offset + 1) * (

[Bug fortran/58043] [OOP] Incorrect behaviour of polymorphic array

2013-08-01 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58043 --- Comment #2 from janus at gcc dot gnu.org --- Here is a reduced test case, which demonstrates the same problem in a somewhat more compact manner: program main implicit none type :: adof_t real :: grd(1:2) end type class(adof_t),

[Bug fortran/58043] [OOP] Incorrect behaviour of polymorphic array

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