This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/21761] [4.1 Regression] mainline gcc causing internal compiler error.
- From: "geoffk at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 May 2005 06:50:59 -0000
- Subject: [Bug target/21761] [4.1 Regression] mainline gcc causing internal compiler error.
- References: <20050526010755.21761.uttamp@us.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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