OSDN Git Service

* stmt.c (expand_stack_restore): Change sa mode if needed.
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 May 2008 16:22:27 +0000 (16:22 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 May 2008 16:22:27 +0000 (16:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135085 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/stmt.c

index fcf9e3d..f87e063 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-08  Steve Ellcey  <sje@cup.hp.com>
+
+       * stmt.c (expand_stack_restore): Change sa mode if needed.
+
 2008-05-08  Richard Guenther  <rguenther@suse.de>
 
        * config/i386/i386-protos.h (ix86_return_in_memory): Adjust
index ba4c49d..4dba881 100644 (file)
@@ -1996,6 +1996,7 @@ expand_stack_restore (tree var)
 {
   rtx sa = expand_normal (var);
 
+  sa = convert_memory_address (Pmode, sa);
   emit_stack_restore (SAVE_BLOCK, sa, NULL_RTX);
 }
 \f