aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@codesourcery.com>2010-06-28 12:06:52 +0000
committerNathan Froyd <froydnj@gcc.gnu.org>2010-06-28 12:06:52 +0000
commit9062f848ce87430efb0218a97068cbf3f2d9f214 (patch)
treeaebfd63be8cd72586541ea999045763a67598c27 /gcc/java/java-tree.h
parent04924d6a8881c2f4d4461e0e7a169846f2a34a05 (diff)
downloadgcc-9062f848ce87430efb0218a97068cbf3f2d9f214.zip
gcc-9062f848ce87430efb0218a97068cbf3f2d9f214.tar.gz
gcc-9062f848ce87430efb0218a97068cbf3f2d9f214.tar.bz2
java-tree.h (struct lang_type): Change type to a VEC.
* java-tree.h (struct lang_type) [catch_classes]: Change type to a VEC. * except.c (prepare_eh_table_type): Call CONSTRUCTOR_APPEND_ELT instead of tree_cons. * class.c (make_class): Add dummy entry to TYPE_CATCH_CLASSES. (emit_catch_table): Adjust for new type of TYPE_CATCH_CLASSES. From-SVN: r161487
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r--gcc/java/java-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h
index 282b580..ccaa0e3 100644
--- a/gcc/java/java-tree.h
+++ b/gcc/java/java-tree.h
@@ -952,7 +952,7 @@ struct GTY((variable_size)) lang_type {
tree ctable_decl; /* The table of classes for the runtime
type matcher. */
- tree catch_classes;
+ VEC(constructor_elt,gc) *catch_classes;
htab_t GTY ((param_is (struct treetreehash_entry))) type_to_runtime_map;
/* The mapping of classes to exception region