From: Steven Bosscher Date: Mon, 10 Mar 2003 23:33:15 +0000 (+0000) Subject: re PR rtl-optimization/7189 (gcc -O2 -Wall does not print ``control reaches end of... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b856d1594c650d1224777b65cc912584e9141a5;p=gcc.git re PR rtl-optimization/7189 (gcc -O2 -Wall does not print ``control reaches end of non-void function'' warning) 2003-03-10 Steven Bosscher PR optimization/7189 * toplev.c (rest_of_compilation): Move check_function_return_warnings up to just after delete_unreachable_blocks. From-SVN: r64143 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 70a26e27b42..e4a3f89fc4b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2003-03-10 Steven Bosscher + + PR optimization/7189 + * toplev.c (rest_of_compilation): Move + check_function_return_warnings up to just after + delete_unreachable_blocks. + 2003-03-10 Stephane Carrez * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.