[Bug fortran/126037] New: gfc_expr_walker is missing some members of omp_clauses
tkoenig at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 29 19:58:14 GMT 2026
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.
More information about the Gcc-bugs
mailing list