mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-02 00:43:44 +08:00
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:
parent
b25b67d3cc
commit
99803cd4cc
@ -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
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user