summaryrefslogtreecommitdiffstats
path: root/libjava/java/sql/SQLData.java
diff options
context:
space:
mode:
authorjsturm <jsturm@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-18 03:57:08 +0000
committerjsturm <jsturm@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-18 03:57:08 +0000
commit0a9cade4921c89b066b78f6bd8b8c9728ecd13d0 (patch)
treef2c4076691ff089f645cb3ea0584d76a88894787 /libjava/java/sql/SQLData.java
parent0e9669efec7213d5d30adf480e7a3777fbeae9be (diff)
downloadppe42-gcc-0a9cade4921c89b066b78f6bd8b8c9728ecd13d0.tar.gz
ppe42-gcc-0a9cade4921c89b066b78f6bd8b8c9728ecd13d0.zip
Fix PR java/12857.
decl.c (java_init_decl_processing): Don't initialize class_not_found_type_node, no_class_def_found_type_node. java-tree.h (JTI_CLASS_NOT_FOUND_TYPE_NODE, JTI_NO_CLASS_DEF_FOUND_TYPE_NODE): Remove from java_tree_index. (class_not_found_type_node, no_class_def_found_type_node): Don't define. parse.y (build_dot_class_method_invocation): Add this_class argument. Qualify method invocations to a different class. (create_new_parser_context): Initialize saved_data_ctx to 0. (java_parser_context_save_global): Initialize saved_data_ctx to 1. (build_dot_class_method): Don't load classes. Register incomplete types. (build_incomplete_class_ref): Special cases for interfaces and inner classes. Move build_dot_class_method call to here... (patch_incomplete_class_ref): ...from here. Pass current_class to build_dot_class_method_invocation. (build_assertion): Pass class_type to build_dot_class_method_invocation. (encapsulate_with_try_catch): Handle EXPR_WITH_FILE_LOCATION node. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73691 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/sql/SQLData.java')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud