------- Additional Comments From geoffk at gcc dot gnu dot org  2005-05-26 
06:50 -------
This should fix it:

*** rs6000.md.~1.367.~  Sat May 14 22:06:45 2005
--- rs6000.md   Wed May 25 23:48:56 2005
***************
*** 1672,1678 ****
                    (const_int 0)))
     (set (match_operand:P 0 "gpc_reg_operand" "")
        (neg:P (match_dup 1)))]
!   "TARGET_32BIT && reload_completed"
    [(set (match_dup 0)
        (neg:P (match_dup 1)))
     (set (match_dup 2)
--- 1672,1678 ----
                    (const_int 0)))
     (set (match_operand:P 0 "gpc_reg_operand" "")
        (neg:P (match_dup 1)))]
!   "reload_completed"
    [(set (match_dup 0)
        (neg:P (match_dup 1)))
     (set (match_dup 2)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |geoffk at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-05-26 01:15:24         |2005-05-26 06:50:58
               date|                            |


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

Reply via email to