From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8748 invoked by alias); 26 Jul 2005 13:11:07 -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 8706 invoked by uid 48); 26 Jul 2005 13:11:01 -0000 Date: Tue, 26 Jul 2005 13:11:00 -0000 Message-ID: <20050726131101.8705.qmail@sourceware.org> From: "rguenth at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050721155650.22591.Simon.Finn@reify.co.uk> References: <20050721155650.22591.Simon.Finn@reify.co.uk> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/22591] [4.0/4.1 Regression] wrong alias information causes an incorrect redundant load elimination X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg03344.txt.bz2 List-Id: ------- Additional Comments From rguenth at gcc dot gnu dot org 2005-07-26 13:10 ------- I have (with whatever load of patches applied...) ;; Function ListSwap (ListSwap) ListSwap (x, y) { struct Node * tmp; struct _Node * D.1292; : tmp = x->next; if (tmp != 0B) goto ; else goto ; :; x->next = y->next; y->next = tmp; D.1292 = x->next; x->prev->next = x; D.1292->prev = x; :; return; } -- What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22591