function.c (expand_function_end): Properly handle DECL_RESULT and copy when ptr_mode...
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Tue, 2 Jan 2001 02:31:22 +0000 (02:31 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 2 Jan 2001 02:31:22 +0000 (21:31 -0500)
commitd1608933b95df6978bf6683ededf4d05af9d65f4
treec7c92d96f32e636df33dde2f85860e4404e7cb89
parent09f89307d376748a461cc4b4aa3808a75384ca89
function.c (expand_function_end): Properly handle DECL_RESULT and copy when ptr_mode != Pmode.

* function.c (expand_function_end): Properly handle DECL_RESULT
and copy when ptr_mode != Pmode.
* expmed.c (make_tree): Convert X from Pmode to ptr_mode, if needed.

From-SVN: r38607
gcc/ChangeLog
gcc/expmed.c
gcc/function.c