From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8789 invoked by alias); 3 Jan 2010 06:39:08 -0000 Received: (qmail 8755 invoked by uid 48); 3 Jan 2010 06:38:57 -0000 Date: Sun, 03 Jan 2010 06:39:00 -0000 Message-ID: <20100103063857.8754.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/42586] SRA does not always work In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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: 2010-01/txt/msg00223.txt.bz2 ------- Comment #6 from pinskia at gcc dot gnu dot org 2010-01-03 06:38 ------- I think if we get the old SRA behavior back for this code, we will get this optimization in 4.5 since we remove the sptr->base and the other unnecessary store during PRE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42586