From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 433 invoked by alias); 24 Jan 2008 23:22:04 -0000 Received: (qmail 32483 invoked by uid 48); 24 Jan 2008 23:21:22 -0000 Date: Fri, 25 Jan 2008 00:34:00 -0000 Message-ID: <20080124232122.32482.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/34900] target mips64vrel-elf. Internal compiler error (in reload_cse_simplify_operands, at postreload.c:392) while building libiberty In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rsandifo at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-01/txt/msg02966.txt.bz2 ------- Comment #1 from rsandifo at gcc dot gnu dot org 2008-01-24 23:21 ------- Created an attachment (id=15019) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15019&action=view) Patch for PR31388 I suspect this is the same as PR31388, which was fixed on mainline by: http://gcc.gnu.org/ml/gcc-patches/2007-04/msg00010.html I've attached the patch here. I'll test it once I've got some 4.3 stuff out of the way. The patch is really not good. There should be a mode on that CONST, and there should be no constraints on operand 0. I'll fix it before testing, but in the meantime, the patch should work OK as it is. -- rsandifo at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |rsandifo at gcc dot gnu dot |dot org |org Status|UNCONFIRMED |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34900