From: Mark Mitchell Date: Mon, 26 Apr 1999 16:03:01 +0000 (-0700) Subject: toplev.c (compile_file): Move call to check_global_declarations after output_exceptio... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=641be6fea8860669fb0535babeab8cfbe17b8413;p=gcc.git toplev.c (compile_file): Move call to check_global_declarations after output_exception_table to restore... � * toplev.c (compile_file): Move call to check_global_declarations after output_exception_table to restore behavior as it was before 1999-04-22 change. From-SVN: r26658 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 92587368b1d..59dd0d3b762 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Mon Apr 26 15:27:33 1999 Mark Mitchell + + * toplev.c (compile_file): Move call to check_global_declarations + after output_exception_table to restore behavior as it was before + 1999-04-22 change. + 1999-04-26 10:50 -0700 Bruce Korb * fixinc/fixincl.c: Improve the handling of child process exits