aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-streamer-out.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-streamer-out.cc')
-rw-r--r--gcc/tree-streamer-out.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/tree-streamer-out.cc b/gcc/tree-streamer-out.cc
index d39dc15..9b114dc 100644
--- a/gcc/tree-streamer-out.cc
+++ b/gcc/tree-streamer-out.cc
@@ -419,6 +419,10 @@ pack_ts_omp_clause_value_fields (struct output_block *ob,
bp_pack_enum (bp, omp_clause_depend_kind, OMP_CLAUSE_DEPEND_LAST,
OMP_CLAUSE_DEPEND_KIND (expr));
break;
+ case OMP_CLAUSE_DOACROSS:
+ bp_pack_enum (bp, omp_clause_doacross_kind, OMP_CLAUSE_DOACROSS_LAST,
+ OMP_CLAUSE_DOACROSS_KIND (expr));
+ break;
case OMP_CLAUSE_MAP:
bp_pack_enum (bp, gomp_map_kind, GOMP_MAP_LAST,
OMP_CLAUSE_MAP_KIND (expr));