mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 13:39:58 +08:00
* decl.c (force_poplevels): Fix warning call.
From-SVN: r69782
This commit is contained in:
parent
50fc59e78b
commit
b8bae36530
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -1500,8 +1500,7 @@ force_poplevels (int start_pc)
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user