[Bug tree-optimization/60997] -fopenmp conflicts with -floop-interchange

2019-11-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60997 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/60997] -fopenmp conflicts with -floop-interchange

2014-06-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60997 --- Comment #6 from Jakub Jelinek --- Also, the compiler really isn't allowed to interchange the !$OMP DO loop (outermost) with the inner ones, it has different semantics because of the markup. The compiler could still interchange the inner two

[Bug tree-optimization/60997] -fopenmp conflicts with -floop-interchange

2014-06-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60997 --- Comment #5 from Jakub Jelinek --- That is not possible.

[Bug tree-optimization/60997] -fopenmp conflicts with -floop-interchange

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

[Bug tree-optimization/60997] -fopenmp conflicts with -floop-interchange

2014-04-29 Thread mircea.namolaru at inria dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60997 --- Comment #3 from Mircea Namolaru --- It is not that -floop-interchange is disabled, but the code received by graphite is different if the option -fopenmp is enabled. In this case the check for data dependencies required by loop-interchange fail

[Bug tree-optimization/60997] -fopenmp conflicts with -floop-interchange

2014-04-29 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60997 --- Comment #2 from Dominique d'Humieres --- > IIRC -fopenmp has similar issues for vectorization (it defeats > points-to analysis) PR46032? [Book15] f90/bug% g++ -Ofast pr46032.cpp -fopt-info-vec -fgraphite -fgraphite-identity -floop-block -flo

[Bug tree-optimization/60997] -fopenmp conflicts with -floop-interchange

2014-04-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60997 --- Comment #1 from Richard Biener --- IIRC -fopenmp has similar issues for vectorization (it defeats points-to analysis)