From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18554 invoked by alias); 17 Jan 2003 17:50:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 18540 invoked from network); 17 Jan 2003 17:50:42 -0000 Received: from unknown (HELO igw2.watson.ibm.com) (129.34.20.6) by sources.redhat.com with SMTP; 17 Jan 2003 17:50:42 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw2.watson.ibm.com (8.11.4/8.11.4) with ESMTP id h0HHoYc39986; Fri, 17 Jan 2003 12:50:34 -0500 Received: from makai.watson.ibm.com (makai.watson.ibm.com [9.2.216.144]) by sp1n293en1.watson.ibm.com (8.11.4/8.11.4) with ESMTP id h0HHoY626166; Fri, 17 Jan 2003 12:50:34 -0500 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX4.3/8.9.3/8.9.3/09-18-2002) with ESMTP id MAA21968; Fri, 17 Jan 2003 12:50:33 -0500 Message-Id: <200301171750.MAA21968@makai.watson.ibm.com> To: Roger Sayle cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix RTL sharing problem in CSE Date: Fri, 17 Jan 2003 17:50:00 -0000 From: David Edelsohn X-SW-Source: 2003-01/txt/msg01238.txt.bz2 By the way, your original bypass patch also causes a PowerPC benchmark to segfault. It looks like another code sharing problem, but I still am trying to track it down. David