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
+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
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);
}
}