[Bug fortran/61261] [OOP] Segfault on source-allocating polymorphic variables

2019-03-17 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61261 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/61261] [OOP] Segfault on source-allocating polymorphic variables

2019-03-11 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61261 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug fortran/61261] [OOP] Segfault on source-allocating polymorphic variables

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61261 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #8

[Bug fortran/61261] [OOP] Segfault on source-allocating polymorphic variables

2014-12-15 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61261 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #7 fr

[Bug fortran/61261] [OOP] Segfault on source-allocating polymorphic variables

2014-05-21 Thread jouko.orava at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61261 Jouko Orava changed: What|Removed |Added CC||jouko.orava at iki dot fi --- Comment #6 f

[Bug fortran/61261] [OOP] Segfault on source-allocating polymorphic variables

2014-05-21 Thread thatcadguy at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61261 --- Comment #5 from Jacob Abel --- (In reply to Dominique d'Humieres from comment #4) > Slightly reduced test > > MODULE modu > > IMPLICIT NONE > > TYPE element > CLASS(*), ALLOCATABLE :: e > END TYPE element > > END MODULE modu > > PROGRAM

[Bug fortran/61261] [OOP] Segfault on source-allocating polymorphic variables

2014-05-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61261 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/61261] [OOP] Segfault on source-allocating polymorphic variables

2014-05-20 Thread thatcadguy at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61261 --- Comment #3 from Jacob Abel --- Created attachment 32838 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32838&action=edit gfortran -v

[Bug fortran/61261] [OOP] Segfault on source-allocating polymorphic variables

2014-05-20 Thread thatcadguy at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61261 --- Comment #2 from Jacob Abel --- Created attachment 32837 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32837&action=edit valgrind output

[Bug fortran/61261] [OOP] Segfault on source-allocating polymorphic variables

2014-05-20 Thread thatcadguy at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61261 --- Comment #1 from Jacob Abel --- Created attachment 32836 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32836&action=edit gdb output