* toplev.c (compile_file): Temporarily revert last change.
From-SVN: r23391
This commit is contained in:
parent
01f394a499
commit
a554186cb8
@ -1,3 +1,7 @@
|
||||
Wed Oct 28 02:38:12 1998 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* toplev.c (compile_file): Temporarily revert last change.
|
||||
|
||||
Wed Oct 28 00:00:35 1998 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* c-typeck.c (convert_for_assignment): Parenthesize.
|
||||
|
@ -3067,7 +3067,6 @@ compile_file (name)
|
||||
ASM_FILE_END (asm_out_file);
|
||||
#endif
|
||||
|
||||
|
||||
/* Language-specific end of compilation actions. */
|
||||
finish_syntax:
|
||||
lang_finish ();
|
||||
@ -3098,9 +3097,6 @@ compile_file (name)
|
||||
&& (ferror (asm_out_file) != 0 || fclose (asm_out_file) != 0))
|
||||
fatal_io_error (asm_file_name);
|
||||
|
||||
/* Free up memory for the benefit of leak detectors. */
|
||||
allocate_reg_info (-1, 0, 0);
|
||||
|
||||
/* Print the times. */
|
||||
|
||||
if (! quiet_flag)
|
||||
|
Loading…
Reference in New Issue
Block a user