X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=compiler2%2Fsubtype.cc;h=60f81ae5b29a34321fa734ef800d5d874d17575f;hb=a38c6d4c92d78d84a8c44543ee3a890e50432e35;hp=29b0232209e81b958d1b3af0aa73370d5751a592;hpb=854bcf9644df495ca89cbe85dce4ec85ba7986d9;p=deliverable%2Ftitan.core.git diff --git a/compiler2/subtype.cc b/compiler2/subtype.cc index 29b0232..60f81ae 100644 --- a/compiler2/subtype.cc +++ b/compiler2/subtype.cc @@ -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){