From 6b856d1594c650d1224777b65cc912584e9141a5 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Mon, 10 Mar 2003 23:33:15 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.30.2