This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/81350] gfortran OpenMP taskloop segfaults or incorrect
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 07 Jul 2017 12:01:46 +0000
- Subject: [Bug fortran/81350] gfortran OpenMP taskloop segfaults or incorrect
- Auto-submitted: auto-generated
- References: <bug-81350-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81350
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note if I add shared(W,A,B) clause to the 4 taskloop directives in
apply_stencil, no errors are reported.