]> gcc.gnu.org Git - gcc.git/commitdiff
Flush stdout/stderr in fatal_init.
authorMichael Meissner <meissner@gcc.gnu.org>
Sat, 24 Feb 1996 15:02:21 +0000 (15:02 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Sat, 24 Feb 1996 15:02:21 +0000 (15:02 +0000)
From-SVN: r11345

gcc/toplev.c

index 052f703b0d85fafa222e698bd4178d23a10825b9..ad5fe7509155d6e1177b1d7bf5b7adae3000608d 100644 (file)
@@ -936,6 +936,8 @@ fatal_insn (message, insn)
     fflush (dbr_sched_dump_file);
   if (stack_reg_dump_file)
     fflush (stack_reg_dump_file);
+  fflush (stdout);
+  fflush (stderr);
   abort ();
 }
 
This page took 0.06861 seconds and 5 git commands to generate.