parse.y (init_decl_processing): _Jv_IsInstanceOf' returned value type set to boolean_type_node'.

2000-02-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	* parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned
	value type set to `boolean_type_node'.

From-SVN: r32104
This commit is contained in:
Alexandre Petit-Bianco 2000-02-22 09:12:48 +00:00 committed by Alexandre Petit-Bianco
parent b25b67d3cc
commit 99803cd4cc
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-02-22 Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned
value type set to `boolean_type_node'.
Mon Jan 18 14:30:09 2000 Joerg Brunsmann <joerg.brunsmann@fernuni-hagen.de>
* jcf-dump.c (main): Test for correct condition after

View File

@ -804,7 +804,7 @@ init_decl_processing ()
tree_cons (NULL_TREE, class_ptr_type, endlink));
soft_instanceof_node
= builtin_function ("_Jv_IsInstanceOf",
build_function_type (promoted_boolean_type_node, t),
build_function_type (boolean_type_node, t),
0, NOT_BUILT_IN, NULL_PTR);
t = tree_cons (NULL_TREE, object_ptr_type_node,
tree_cons (NULL_TREE, object_ptr_type_node, endlink));