mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
Handle META_TYPE in unify
This commit is contained in:
@@ -26175,6 +26175,7 @@ unify (tree tparms, tree targs, tree parm, tree arg, int strict,
|
||||
case VOID_TYPE:
|
||||
case OPAQUE_TYPE:
|
||||
case NULLPTR_TYPE:
|
||||
case META_TYPE:
|
||||
if (TREE_CODE (arg) != TREE_CODE (parm))
|
||||
return unify_type_mismatch (explain_p, parm, arg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user