re PR target/21281 (ICE with building newlib)
authorStephane Carrez <stcarrez@nerim.fr>
Sun, 8 May 2005 20:04:52 +0000 (22:04 +0200)
committerStephane Carrez <ciceron@gcc.gnu.org>
Sun, 8 May 2005 20:04:52 +0000 (22:04 +0200)
PR target/21281
* config/m68hc11/predicates.md (splitable_operand): An immediate is
allowed.

From-SVN: r99406

gcc/ChangeLog
gcc/config/m68hc11/predicates.md

index 3cb7bf4..562c821 100644 (file)
@@ -1,5 +1,11 @@
 2005-05-08  Stephane Carrez  <stcarrez@nerim.fr>
 
+       PR target/21281
+       * config/m68hc11/predicates.md (splitable_operand): An immediate is
+       allowed.
+
+2005-05-08  Stephane Carrez  <stcarrez@nerim.fr>
+
        * config/m68hc11/predicates.md (reg_or_some_mem_operand): Do not allow
        the 68HC12 address indirect addressing mode as it is not supported by
        bset and bclr.
index 904c5b1..49e3edd 100644 (file)
 ;; TODO: Add a comment here.
 
 (define_predicate "splitable_operand"
-  (match_code "subreg,reg,mem")
+  (match_code "subreg,reg,mem,symbol_ref,label_ref,const_int,const_double")
 {
   if (general_operand (op, mode) == 0)
     return 0;