On 26 October 2018 09:46:52 CEST, Jan Hubicka <hubi...@ucw.cz> wrote: >Hi,
>@@ -1138,7 +1139,7 @@ warn_types_mismatch (tree t1, tree t2, l > if (TREE_CODE (n1) == TYPE_DECL) > n1 = DECL_NAME (n1); > if (TREE_CODE (n2) == TYPE_DECL) >- n1 = DECL_NAME (n2); >+ n2 = DECL_NAME (n2); > /* Most of the time, the type names will match, do not be unnecesarily > verbose. */ You fixed it here, so never mind, sorry..