* c-decl.c (c_expand_body_1): Fix.
From-SVN: r63283
This commit is contained in:
parent
1c4a429ab0
commit
764c441479
@ -1,3 +1,7 @@
|
||||
Sat Feb 22 12:42:16 CET 2003 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* c-decl.c (c_expand_body_1): Fix.
|
||||
|
||||
Sat Feb 22 03:13:36 CET 2003 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* expmed.c (expand_divmod): Undo sign extensions for unsigned operands
|
||||
|
@ -6523,6 +6523,7 @@ c_expand_body_1 (fndecl, nested_p)
|
||||
current_function_decl = fndecl;
|
||||
input_filename = DECL_SOURCE_FILE (fndecl);
|
||||
init_function_start (fndecl, input_filename, DECL_SOURCE_LINE (fndecl));
|
||||
lineno = DECL_SOURCE_LINE (fndecl);
|
||||
|
||||
/* This function is being processed in whole-function mode. */
|
||||
cfun->x_whole_function_mode_p = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user