[Bug fortran/85364] -fopenmp should not put array in program on the stack

2018-04-14 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85364 --- Comment #6 from Thomas Koenig --- (In reply to Jakub Jelinek from comment #3) > If it is about variables in MAIN__ and not say variables inside of BLOCK > inside of MAIN__, then perhaps. For BLOCK, I wonder about stuff like: > !$omp

[Bug fortran/85364] -fopenmp should not put array in program on the stack

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

[Bug fortran/85364] -fopenmp should not put array in program on the stack

2018-04-12 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85364 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #4

[Bug fortran/85364] -fopenmp should not put array in program on the stack

2018-04-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85364 --- Comment #3 from Jakub Jelinek --- If it is about variables in MAIN__ and not say variables inside of BLOCK inside of MAIN__, then perhaps. For BLOCK, I wonder about stuff like: !$omp parallel block integer :: i i = ... use

[Bug fortran/85364] -fopenmp should not put array in program on the stack

2018-04-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85364 Thomas Koenig changed: What|Removed |Added Keywords||wrong-code --- Comment #2 from Thomas

[Bug fortran/85364] -fopenmp should not put array in program on the stack

2018-04-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85364 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1