https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126037
Bug ID: 126037
Summary: gfc_expr_walker is missing some members of omp_clauses
Product: gcc
Version: 17.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: tkoenig at gcc dot gnu.org
Target Milestone: ---
Unless I have missed counting, struct gfc_omp_clauses
has depobj, filter, message and self_expr, which are not
handled gfc_expr_walker.
Could potentially lead to wrong code.
