This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/82707] ICE in verify_gimple_in_cfg at tree-cfg.c:5395


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]