From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2124 invoked by alias); 17 Dec 2007 08:42:50 -0000 Received: (qmail 2092 invoked by uid 48); 17 Dec 2007 08:42:39 -0000 Date: Mon, 17 Dec 2007 08:42:00 -0000 Message-ID: <20071217084239.2091.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/34503] Issues with constant/copy propagation implementation in gcse.c In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "steven 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: 2007-12/txt/msg01592.txt.bz2 ------- Comment #6 from steven at gcc dot gnu dot org 2007-12-17 08:42 ------- I am working on a new implementation of CPROP for GCC 4.4, which tries to solve the abovementioned issues. The new implementation is also using the DF scan information instead of compute_sets() and CUIDs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34503