ENABLE_TREE_CHECKING
Alexandre Petit-Bianco
apbianco@cygnus.com
Wed Jun 21 22:23:00 GMT 2000
Alexandre Petit-Bianco writes:
>
> Alexandre Petit-Bianco writes:
>
> > I plan on posting/submitting/checking-in patches fairly soon.
The regression tests results weren't looking too bad. I checked in the
two patches:
Java: http://gcc.gnu.org/ml/gcc-patches/2000-06/msg00737.html
C++: http://gcc.gnu.org/ml/gcc-patches/2000-06/threads.html#00682
Note that there is an add-on attached below.
./A
2000-06-21 Alexandre Petit-Bianco <apbianco@cygnus.com>
* except.c (prepare_eh_table_type): Use `CATCH_ALL_TYPE'.
Index: except.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/java/except.c,v
retrieving revision 1.22
diff -u -p -r1.22 except.c
--- except.c 2000/03/19 18:25:27 1.22
+++ except.c 2000/06/22 05:06:12
@@ -325,7 +325,7 @@ prepare_eh_table_type (type)
push_obstacks (&permanent_obstack, &permanent_obstack);
if (type == NULL_TREE)
- exp = null_pointer_node;
+ exp = CATCH_ALL_TYPE;
else if (is_compiled_class (type))
exp = build_class_ref (type);
else
More information about the Java
mailing list