[Bug fortran/62010] OpenMP simd produces wrong results

2014-08-04 Thread alexander.grund at mailbox dot tu-dresden.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62010 Alexander Grund changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/62010] OpenMP simd produces wrong results

2014-08-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62010 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug fortran/62010] OpenMP simd produces wrong results

2014-08-04 Thread alexander.grund at mailbox dot tu-dresden.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62010 --- Comment #2 from Alexander Grund --- Related to this: In some cases OpenMP simd crashes while that crash is fixed by removing an unrelated piece of code. See Testcase 2. Run with: gfortran-4.9 gfortranBug.f -cpp && ./a.out && gfortran-4.9 gf

[Bug fortran/62010] OpenMP simd produces wrong results

2014-08-04 Thread alexander.grund at mailbox dot tu-dresden.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62010 --- Comment #1 from Alexander Grund --- Created attachment 33239 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33239&action=edit Testcase 2