[Bug tree-optimization/15268] [tree-ssa] return statements are not combined on the tree level
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jun 7 17:59:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-07 17:59 -------
Fixed by:
2004-06-07 Richard Henderson <rth@redhat.com>
* gimple-low.c (struct lower_data): Add the_return_label and
one_return_stmt.
(lower_function_body): Initialize and use them.
(lower_return_expr): New.
(lower_stmt): Call it.
* gimplify.c (gimplify_return_expr): Force the argument to be either
null or a result_decl.
* tree-gimple.c: Update gimple grammer to match.
* tree-ssa-copyrename.c (copy_rename_partition_coalesce): Deny
coalescing of result_decls.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15268
More information about the Gcc-bugs
mailing list