PR c++/16036
commit751ddc2be835ee78d30b7f5d90db6945cffba982
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Jun 2004 05:39:14 +0000 (19 05:39 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Jun 2004 05:39:14 +0000 (19 05:39 +0000)
tree5791e7f8af3ac3bb999dd5a105aafb41d29af09e
parentb040cc053d1e0a0a9b4b33f604eb0468fee5be49
    PR c++/16036
        * gimple-low.c (lower_function_body): Generate return statement for
        fall off the end of the function here ...
        * tree-cfg.c (make_edges): ... instead of here.
        * gimplify.c (gimplify_return_expr): Mark return temp TREE_NO_WARNING.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83382 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimple-low.c
gcc/gimplify.c
gcc/tree-cfg.c