]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/rtti.c
c++: More simplification of name_lookup api
[thirdparty/gcc.git] / gcc / cp / rtti.c
index d43248cba7cd90aeb0f1f2166dc242978aa5b824..432ebab2639339a8c1ce2bde741a4f445f7f568e 100644 (file)
@@ -1564,7 +1564,7 @@ emit_support_tinfos (void)
 
   /* Look for a defined class.  */
   tree bltn_type = lookup_qualified_name
-    (abi_node, "__fundamental_type_info", true, false);
+    (abi_node, "__fundamental_type_info", LOOK_want::TYPE, false);
   if (TREE_CODE (bltn_type) != TYPE_DECL)
     return;