[Bug fortran/71705] [4.9/5/6/7 Regression] ICE in lower_omp_target, at omp-low.c:16136
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 30 11:00:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71705
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 #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 38801
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38801&action=edit
gcc7-pr71705.patch
This used to be invalid in OpenMP 4.0 (for Fortran even GCC 6 supports only
OpenMP 4.0), but is valid (though completely useless) in OpenMP 4.5 (the target
update directive actions are ignored). That said, we shouldn't ICE on it.
More information about the Gcc-bugs
mailing list