re PR java/16113 (ICE: Segmentation fault when compiling bytecode with debugging info and try/catch)

Fixes PR java/16113.
	* decl.c (force_poplevels): Remove call to expand_end_bindings.

Co-Authored-By: Ranjit Mathew <rmathew@hotmail.com>

From-SVN: r83509
This commit is contained in:
Andrew Haley 2004-06-22 18:22:43 +00:00 committed by Ranjit Mathew
parent 815c519159
commit 56c5197bc8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2004-06-22 Andrew Haley <aph@redhat.com>
Ranjit Mathew <rmathew@hotmail.com>
Fixes PR java/16113.
* decl.c (force_poplevels): Remove call to expand_end_bindings.
2004-06-22 Ranjit Mathew <rmathew@hotmail.com>
* parse.y (create_class): Correct diagnostic message about

View File

@ -1542,7 +1542,6 @@ force_poplevels (int start_pc)
warning ("%JIn %D: overlapped variable and exception ranges at %d",
current_function_decl, current_function_decl,
current_binding_level->start_pc);
expand_end_bindings (getdecls (), 1, 0);
poplevel (1, 0, 0);
}
}