https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95163
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|ice-on-valid-code |ice-on-invalid-code Component|libgomp |middle-end --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- The testcase is not valid, target construct accepts both map and firstprivate clauses and specifying both mapping and data-sharing for the same list item is invalid, you need to choose one.