* c-decl.c (c_expand_body_1): Fix.
authorJan Hubicka <jh@suse.cz>
Sat, 22 Feb 2003 11:42:58 +0000 (12:42 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 22 Feb 2003 11:42:58 +0000 (11:42 +0000)
From-SVN: r63283

gcc/ChangeLog
gcc/c-decl.c

index 59050a52dbd031f18d3cf6cf1b276d995031fbeb..fc1eba5cb905cc4df32e9a423670a9ff8d3d2ed6 100644 (file)
@@ -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
index df3390c2121872e5d845a8a239e51a2fc4d0c1f5..66a57dbe5053ea8606a4bd7c9057703f2603ee6c 100644 (file)
@@ -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;