https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62010
Alexander Grund changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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
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
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