diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1999-02-21 07:42:22 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1999-02-21 07:42:22 -0800 |
commit | 2d5a51939f53e104020ac07784f5f2087aa06275 (patch) | |
tree | af1eeee393c7515fcfd511cabefdaa237e5e3f1d /gcc/java/parse.h | |
parent | 92ada2426b902b319b1cacb44724ede37d3318cc (diff) | |
download | gcc-2d5a51939f53e104020ac07784f5f2087aa06275.zip gcc-2d5a51939f53e104020ac07784f5f2087aa06275.tar.gz gcc-2d5a51939f53e104020ac07784f5f2087aa06275.tar.bz2 |
decl.c (build_result_decl): New method.
* decl.c (build_result_decl), java-tree.h: New method.
(complete_start_java_method): Handle synchronized methods.
Don't build DECL_RESULT here. (Ordering dependency problem.)
(start_java_method): Call build_result_decl here instead ...
* parse.y (java_complete_expand_method): ... and here.
(expand_start_java_method): Don't call complete_start_java_method here.
(java_complete_expand_method): Call it here instead.
* parse.h (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT): Moved to ..
* java-tree.h: ... here.
* expr.c (force_evaluation_order): Fix typo, don't handle ARRAY_REF.
* parse.y (java_complete_lhs): Don't call force_evaluation_order
for ARRAY_REF - it doesn't work when array bounds are checked.
(patch_array_ref): Handle it here instead.
From-SVN: r25345
Diffstat (limited to 'gcc/java/parse.h')
0 files changed, 0 insertions, 0 deletions