From 99803cd4cc24c236f177c15da793366841bb5434 Mon Sep 17 00:00:00 2001 From: Alexandre Petit-Bianco Date: Tue, 22 Feb 2000 09:12:48 +0000 Subject: [PATCH] parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned value type set to `boolean_type_node'. 2000-02-22 Alexandre Petit-Bianco * parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned value type set to `boolean_type_node'. From-SVN: r32104 --- gcc/java/ChangeLog | 5 +++++ gcc/java/decl.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 8a6fdef8ba8..e682cedd008 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +2000-02-22 Alexandre Petit-Bianco + + * parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned + value type set to `boolean_type_node'. + Mon Jan 18 14:30:09 2000 Joerg Brunsmann * jcf-dump.c (main): Test for correct condition after diff --git a/gcc/java/decl.c b/gcc/java/decl.c index b5416e49b7e..711f9cb3776 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -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)); -- 2.30.2