diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2010-05-14 20:47:39 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@gcc.gnu.org> | 2010-05-14 20:47:39 +0000 |
commit | c4e64f39d9f8ce4af60222415b522a4b07f8b86c (patch) | |
tree | 7d7e5aff53f6511668480301f6544e42fe904baa /gcc/java/java-gimplify.c | |
parent | bc8ddfe63536d01d70f9dac63b8e47241cccdea5 (diff) | |
download | gcc-c4e64f39d9f8ce4af60222415b522a4b07f8b86c.zip gcc-c4e64f39d9f8ce4af60222415b522a4b07f8b86c.tar.gz gcc-c4e64f39d9f8ce4af60222415b522a4b07f8b86c.tar.bz2 |
re PR middle-end/44103 (New Java test failures)
PR 44103
* java-tree.h (START_RECORD_CONSTRUCTOR): Change first argument to a
vector. Move call to build_constructor...
(FINISH_RECORD_CONSTRUCTOR): ...here. Add necessary arguments. Clear
TREE_CONSTANT on the constructor.
(PUSH_SUPER_VALUE): Change first argument to a vector.
(PUSH_FIELD_VALUE): Likewise.
* resource.c (compile_resource_data): Update calls to above macros.
* constants.c (build_constants_constructor): Likewise.
* class.c (build_utf8_ref): Likewise.
(make_field_value): Likewise.
(make_method_value): Likewise.
(add_table_and_syms): New function.
(make_class_data): Call it. Update calls to above macros.
(build_symbol_table_entry): New function.
(build_symbol_entry): Call it. Update calls to above macros.
(emit_symbol_table): Likewise.
(make_catch_class_record): Update calls to above macros.
(build_assertion_table_entry): New function.
(add_assertion_table_entry): Call it.
(emit_assertion_table): Likewise.
From-SVN: r159414
Diffstat (limited to 'gcc/java/java-gimplify.c')
0 files changed, 0 insertions, 0 deletions