From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14901 invoked by alias); 23 Jan 2005 20:00:03 -0000 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 Received: (qmail 14751 invoked by uid 48); 23 Jan 2005 19:59:59 -0000 Date: Sun, 23 Jan 2005 20:00:00 -0000 Message-ID: <20050123195959.14750.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050123014322.19581.pinskia@gcc.gnu.org> References: <20050123014322.19581.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/19581] Missed store monition on the tree level X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg03379.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-23 19:59 ------- (In reply to comment #5) > GCSE store motion does catch this. But it is disabled for GCC 4.0 because > it is buggy and does not really work well in most cases. Yes but we don't catch in 3.4.0 so that means GCSE store motion did not catch it since GCSE store motion was only disabled for 4.0.0 but was enabled after the rewrite for 3.4.0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19581