[Bug fortran/87804] New: Omp simd loop with sin calls not vectorized when inside omp parallel region and the sin parameter uses value from shared array

2018-10-30 Thread pavel.ondracka at gmail dot com
Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: pavel.ondracka at gmail dot com Target Milestone: --- Created attachment 44926 --> ht

[Bug fortran/87804] Omp simd loop with sin calls not vectorized when inside omp parallel region and the sin parameter uses value from shared array

2018-10-30 Thread pavel.ondracka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87804 --- Comment #2 from Pavel Ondračka --- Wow, yeah that works, thank you so much. It's not very clear from your explanation if this is a bug or not after all... Feel free to close the bug if the omission of pure was a mistake on my end.