]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix rtl sharing problem reported by Daniel Bayer on gcc list.
authorJames E Wilson <wilson@specifixinc.com>
Wed, 18 Feb 2004 06:49:58 +0000 (06:49 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 18 Feb 2004 06:49:58 +0000 (22:49 -0800)
commitce7b36a482a89e8f016645630d6461ba94a1f654
tree5889b804107ce1b2e15ee91100dee56d0c492b8e
parent4d0bdcd6e134eb0528577abdc446d12d94762ae2
Fix rtl sharing problem reported by Daniel Bayer on gcc list.

* caller-save.c (insert_restore): Pass mem through copy_rtx.
(insert_save): Likewise.

From-SVN: r78010
gcc/ChangeLog
gcc/caller-save.c