http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878

--- Comment #4 from Masaki MURANAKA <mon...@monami-software.com> 2010-12-10 
15:02:06 UTC ---
I succeeded to build.
I'm not sure if the patch follows is reasonable... yah, indeed quite ugly.

Does anyone fix this? please,

diff --git a/gcc/config/v850/v850.md b/gcc/config/v850/v850.md
index d488b8b..9c98106 100644
--- a/gcc/config/v850/v850.md
+++ b/gcc/config/v850/v850.md
@@ -955,6 +955,8 @@
       if (GET_CODE (operands[3]) != REG)
        operands[3] = copy_to_mode_reg (SImode, operands[3]);
     }
+if (((enum rtx_code) (operands[0])->frame_related))
+   FAIL;
 }")

Reply via email to