[Bug fortran/84523] [8 Regression] Runtime crash deallocating allocatable array within derived type

2018-02-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84523 --- Comment #8 from Dominique d'Humieres --- For the record: > Caused by revision r257065. > Quite why this testcase worked before revision r257065 I cannot for the life > of me understand. Actually I think this was exposed by r257065 but

[Bug fortran/84523] [8 Regression] Runtime crash deallocating allocatable array within derived type

2018-02-25 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84523 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/84523] [8 Regression] Runtime crash deallocating allocatable array within derived type

2018-02-25 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84523 --- Comment #6 from Paul Thomas --- Author: pault Date: Sun Feb 25 12:41:26 2018 New Revision: 257970 URL: https://gcc.gnu.org/viewcvs?rev=257970=gcc=rev Log: 2018-02-25 Paul Thomas PR fortran/84523 *

[Bug fortran/84523] [8 Regression] Runtime crash deallocating allocatable array within derived type

2018-02-24 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84523 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org ---

[Bug fortran/84523] [8 Regression] Runtime crash deallocating allocatable array within derived type

2018-02-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84523 --- Comment #4 from Dominique d'Humieres --- Comparing the outputs of -fDump-tree-original for r257064 and r257065 shows: --- pr84523.f90.003t.original_652018-02-24 14:45:17.0 +0100 +++ pr84523.f90.003t.original_64

[Bug fortran/84523] [8 Regression] Runtime crash deallocating allocatable array within derived type

2018-02-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84523 Dominique d'Humieres changed: What|Removed |Added CC||pault at gcc dot gnu.org ---

[Bug fortran/84523] [8 Regression] Runtime crash deallocating allocatable array within derived type

2018-02-23 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84523 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/84523] [8 Regression] Runtime crash deallocating allocatable array within derived type

2018-02-23 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84523 --- Comment #2 from Harald Anlauf --- (In reply to Thomas Koenig from comment #1) > Doesn't crash for me, but I get a valgrind error: Trying -fsanitize=undefined, I get: ### destruct: size(rc% spots)= 80 ### destruct: allocated (vm)

[Bug fortran/84523] [8 Regression] Runtime crash deallocating allocatable array within derived type

2018-02-23 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84523 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|