[Bug fortran/69298] [OOP] Array finalisers seem to be given the wrong array when the array is a member variable

2016-11-16 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69298 --- Comment #6 from janus at gcc dot gnu.org --- Here is a further reduced test case, based on Dominique's variant in comment #2, which (I think) runs into the same runtime-segfault when calling stuff_1d_finaliser ... module stuff_mod implic

[Bug fortran/69298] [OOP] Array finalisers seem to be given the wrong array when the array is a member variable

2022-02-01 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69298 Paul Thomas changed: What|Removed |Added CC||weiqun.zhang at gmail dot com --- Comment

[Bug fortran/69298] [OOP] Array finalisers seem to be given the wrong array when the array is a member variable

2018-11-20 Thread matthew.hambley at metoffice dot gov.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69298 --- Comment #7 from matthew.hambley at metoffice dot gov.uk --- A recent migration to RHEL7 seems to have exacerbated this issue. Previously it could be worked around by ensuring that a type with user finaliser appeared before the array of finali

[Bug fortran/69298] [OOP] Array finalisers seem to be given the wrong array when the array is a member variable

2023-03-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69298 --- Comment #9 from CVS Commits --- The master branch has been updated by Paul Thomas : https://gcc.gnu.org/g:d7caf313525a46f200d7f5db1ba893f853774aee commit r13-6747-gd7caf313525a46f200d7f5db1ba893f853774aee Author: Paul Thomas Date: Sat Ma

[Bug fortran/69298] [OOP] Array finalisers seem to be given the wrong array when the array is a member variable

2023-03-18 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69298 Paul Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW