diff options
Diffstat (limited to 'gcc/gimple-low.c')
-rw-r--r-- | gcc/gimple-low.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c index fa7d4de..7e39c22 100644 --- a/gcc/gimple-low.c +++ b/gcc/gimple-low.c @@ -329,11 +329,13 @@ lower_stmt (gimple_stmt_iterator *gsi, struct lower_data *data) case GIMPLE_LABEL: case GIMPLE_EH_MUST_NOT_THROW: case GIMPLE_OMP_FOR: + case GIMPLE_OMP_SCOPE: case GIMPLE_OMP_SECTIONS: case GIMPLE_OMP_SECTIONS_SWITCH: case GIMPLE_OMP_SECTION: case GIMPLE_OMP_SINGLE: case GIMPLE_OMP_MASTER: + case GIMPLE_OMP_MASKED: case GIMPLE_OMP_TASKGROUP: case GIMPLE_OMP_ORDERED: case GIMPLE_OMP_SCAN: |