+2003-07-25 Nathan Sidwell <nathan@codesourcery.com>
+
+ * decl.c (force_poplevels): Fix warning call.
+
2003-07-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
* expr.c (expand_java_field_op): Don't use xxx_with_decl
while (current_binding_level->start_pc > start_pc)
{
if (pedantic && current_binding_level->start_pc > start_pc)
- warning (current_function_decl,
- "%HIn %D: overlapped variable and exception ranges at %d",
+ warning ("%HIn %D: overlapped variable and exception ranges at %d",
&DECL_SOURCE_LOCATION (current_function_decl),
current_function_decl, current_binding_level->start_pc);
expand_end_bindings (getdecls (), 1, 0);