diff options
Diffstat (limited to 'gcc/omp-expand.cc')
-rw-r--r-- | gcc/omp-expand.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/omp-expand.cc b/gcc/omp-expand.cc index 1a4d625..6172839 100644 --- a/gcc/omp-expand.cc +++ b/gcc/omp-expand.cc @@ -10593,6 +10593,10 @@ expand_omp (struct omp_region *region) parent GIMPLE_OMP_SECTIONS region. */ break; + case GIMPLE_OMP_STRUCTURED_BLOCK: + /* We should have gotten rid of these in gimple lowering. */ + gcc_unreachable (); + case GIMPLE_OMP_SINGLE: case GIMPLE_OMP_SCOPE: expand_omp_single (region); |