mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 06:20:27 +08:00
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:
parent
815c519159
commit
56c5197bc8
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user