Sync with 5.3.0
[deliverable/titan.core.git] / compiler2 / subtype.cc
index 29b0232209e81b958d1b3af0aa73370d5751a592..60f81ae5b29a34321fa734ef800d5d874d17575f 100644 (file)
@@ -1930,6 +1930,9 @@ void SubType::chk_this_template(Template *templ)
   case Template::VALUE_RANGE:
     /* Should be canonical before */
     break;
+  case Template::ALL_FROM:
+  case Template::VALUE_LIST_ALL_FROM:
+    break;
   case Template::SUPERSET_MATCH:
   case Template::SUBSET_MATCH:
     if (subtype!=ST_SETOF){
This page took 0.02386 seconds and 5 git commands to generate.