re PR c++/16036 (Spurious "may be used uninitialized in this function" warning)
authorRichard Henderson <rth@redhat.com>
Sat, 19 Jun 2004 05:39:14 +0000 (22:39 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 19 Jun 2004 05:39:14 +0000 (22:39 -0700)
commitff98621c682005e2a224f62c1aa5028353a5357e
tree5791e7f8af3ac3bb999dd5a105aafb41d29af09e
parent048d99365055be4021508378e90a90987df38283
re PR c++/16036 (Spurious "may be used uninitialized in this function" warning)

        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.

From-SVN: r83382
gcc/ChangeLog
gcc/gimple-low.c
gcc/gimplify.c
gcc/tree-cfg.c