From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14439 invoked by alias); 24 Nov 2006 02:51:33 -0000 Received: (qmail 14423 invoked by uid 48); 24 Nov 2006 02:51:24 -0000 Date: Fri, 24 Nov 2006 02:51:00 -0000 Message-ID: <20061124025124.14422.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/29950] Generated code changes after unrelated edits in source. 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: 2006-11/txt/msg02088.txt.bz2 ------- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-24 02:51 ------- Most likely something is being hashed by addresses and then transversing the hashtable or an unstable sort due to using addresses as the last compare. A lot of these issues were fixed in 4.2.0 so this might be fixed already. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29950