[Bug fortran/79230] [7 Regression] Run time error: malloc on valid code

2017-01-27 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79230 --- Comment #6 from Jürgen Reuter --- Created attachment 40606 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40606&action=edit Reduced test case

[Bug fortran/79230] [7 Regression] Run time error: malloc on valid code

2017-01-27 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79230 --- Comment #5 from Jürgen Reuter --- Here is the promised reduced test case, 80 lines, and I do believe that this is most likely causing the issues of all our 250 failing tests (hopefully). Attached and plain: module module1 implicit none p

[Bug fortran/79230] [7 Regression] Run time error: malloc on valid code

2017-01-26 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79230 --- Comment #4 from Jürgen Reuter --- Here is our full test suite: http://www.desy.de/~reuter/whizard_gfortran-170126-1131.tar.gz Just unpack, do make, then it will produce two binaries, rt_error and rt_error2. The first one has ca. 60 tests impl

[Bug fortran/79230] [7 Regression] Run time error: malloc on valid code

2017-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79230 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug fortran/79230] [7 Regression] Run time error: malloc on valid code

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

[Bug fortran/79230] [7 Regression] Run time error: malloc on valid code

2017-01-25 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79230 --- Comment #2 from Jürgen Reuter --- (In reply to Dominique d'Humieres from comment #1) > *** Bug 79231 has been marked as a duplicate of this bug. *** Sorry for the duplicate spam... seems the commit button was overly sensitive.

[Bug fortran/79230] [7 Regression] Run time error: malloc on valid code

2017-01-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79230 --- Comment #1 from Dominique d'Humieres --- *** Bug 79231 has been marked as a duplicate of this bug. ***

[Bug fortran/79230] [7 Regression] Run time error: malloc on valid code

2017-01-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79230 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Summary|[Regression