diff options
author | Jason Merrill <jason@yorick.cygnus.com> | 1998-10-28 02:38:57 +0000 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1998-10-27 21:38:57 -0500 |
commit | a554186cb8acf21a9ebe94fa36319b327842c3ef (patch) | |
tree | a4694d9c60c2fdc5c26f09aa1efb6c670503f2d9 | |
parent | 01f394a49986871c3d0a97482f71b7050e2e90c0 (diff) | |
download | gcc-a554186cb8acf21a9ebe94fa36319b327842c3ef.zip gcc-a554186cb8acf21a9ebe94fa36319b327842c3ef.tar.gz gcc-a554186cb8acf21a9ebe94fa36319b327842c3ef.tar.bz2 |
* toplev.c (compile_file): Temporarily revert last change.
From-SVN: r23391
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/toplev.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5d92c99..8e47c4a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/toplev.c b/gcc/toplev.c index 24b7c5c..64ef43e 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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) |