------- Comment #7 from jakub at gcc dot gnu dot org  2009-03-11 23:24 -------
The problem is that the memory_operand in the insns also needs registers, and
as the insn before RA has (mem:DI (plus:SI (reg:SI reg1) (reg:SI reg2))), it
needs
2 registers, not just one or zero.  And that is already one too much.  I'd say
we need to handle only a subset of valid memory_operand operands in these 2
patterns, those that need zero or one register.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2009-03-11 17:50:57         |2009-03-11 23:24:02
               date|                            |


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

Reply via email to