From a0faeb5b3e62448dd400d050db8b19b57d0007c6 Mon Sep 17 00:00:00 2001 From: hp Date: Mon, 5 Feb 2007 21:22:24 +0000 Subject: [PATCH] PR target/30665 * config/cris/cris.md ("*andsi_movu", "*andsi_clear", "*andhi_movu") ("*andhi_clear", andu (casesi+45)): For size-changed operand where memory is allowed, require !side_effects_p, not just !MEM_VOLATILE_P. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121613 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9f62c7e..e2b0f58 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2007-02-05 Hans-Peter Nilsson + PR target/30665 * config/cris/cris.md ("*andsi_movu", "*andsi_clear", "*andhi_movu") ("*andhi_clear", andu (casesi+45)): For size-changed operand where memory is allowed, require !side_effects_p, not just !MEM_VOLATILE_P. -- 2.7.4