[Bug c/79940] [6/7 Regression] OpenMP pragma - internal compiler error with taskloop
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 8 09:52:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79940
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 40921
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40921&action=edit
gcc7-pr79940.patch
Untested fix.
Taskloop is a loop construct, but not a worksharing construct, i.e. every
(implicit) task encountering the construct will create the taskgroup (as
nogroup is not present) and create tasks for the taskloop iterations.
More information about the Gcc-bugs
mailing list