https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82707
Tom de Vries <vries at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #42476|0 |1 is obsolete| | --- Comment #10 from Tom de Vries <vries at gcc dot gnu.org> --- Created attachment 42477 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42477&action=edit More minimal patch (In reply to Jakub Jelinek from comment #9) > Comment on attachment 42476 [details] > Updated tentative patch > > Both TEAMS and SINGLE don't have any inlines that actually need gomp_teams > or gomp_single, they accept just gimple. That's not entirely correct. We have: ... static inline void gimple_omp_single_set_clauses (gomp_single *omp_single_stmt, tree clauses); static inline void gimple_omp_teams_set_clauses (gomp_teams *omp_teams_stmt, tree clauses); ... I'll commit updated patch after testing.