re PR rtl-optimization/7189 (gcc -O2 -Wall does not print ``control reaches end of...
authorSteven Bosscher <steven@gcc.gnu.org>
Mon, 10 Mar 2003 23:33:15 +0000 (23:33 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Mon, 10 Mar 2003 23:33:15 +0000 (23:33 +0000)
commit6b856d1594c650d1224777b65cc912584e9141a5
tree0e1856df4a7b4f088ec8b6f81ff1d76557adf1f0
parentf75b407f9047bf2ef19bb1303c5e9eef34e7cc12
re PR rtl-optimization/7189 (gcc -O2 -Wall does not print ``control reaches end of non-void function'' warning)

2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>

        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