From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24800 invoked by alias); 27 Apr 2006 16:43:25 -0000 Received: (qmail 24474 invoked by alias); 27 Apr 2006 16:43:20 -0000 Date: Thu, 27 Apr 2006 16:43:00 -0000 Message-ID: <20060427164320.24473.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/25514] [m68k] internal consistency failure 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-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-04/txt/msg02432.txt.bz2 List-Id: ------- Comment #6 from rsandifo at gcc dot gnu dot org 2006-04-27 16:43 ------- Subject: Bug 25514 Author: rsandifo Date: Thu Apr 27 16:43:10 2006 New Revision: 113313 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113313 Log: PR rtl-optimization/25514 * combine.c (replaced_rhs_insn): New variable. (combine_instructions): Set replaced_rhs_insn when trying to replace a SET_SRC with a REG_EQUAL note. (distribute_notes): Use replaced_rhs_insn when determining the live range of a REG_DEAD register. gcc/testsute * gcc.c-torture/compile/pr25514.c: New test. Added: branches/csl/coldfire-4_1/gcc/testsuite/gcc.c-torture/compile/pr25514.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25514