From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22464 invoked by alias); 29 Oct 2005 01:18:45 -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 22383 invoked by uid 22791); 29 Oct 2005 01:18:41 -0000 Received: from bethe.phy.uc.edu (HELO bethe.phy.uc.edu) (129.137.4.14) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 29 Oct 2005 01:18:41 +0000 Received: from earth.geop.uc.edu (earth.phy.uc.edu [10.44.11.234]) by bethe.phy.uc.edu (8.12.11/8.12.11) with ESMTP id j9T1IdGv017547 for ; Fri, 28 Oct 2005 21:18:39 -0400 Received: from earth.phy.uc.edu (localhost.localdomain [127.0.0.1]) by earth.geop.uc.edu (8.12.11/8.9.3) with ESMTP id j9T1IdJq028536 for ; Fri, 28 Oct 2005 21:18:39 -0400 Received: (from pinskia@localhost) by earth.phy.uc.edu (8.12.11/8.12.11/Submit) id j9T1Idir028535 for gcc-patches@gcc.gnu.org; Fri, 28 Oct 2005 21:18:39 -0400 From: Andrew Pinski Message-Id: <200510290118.j9T1Idir028535@earth.phy.uc.edu> Subject: patch ping To: gcc-patches@gcc.gnu.org Date: Sat, 29 Oct 2005 01:18:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Score: -100 () USER_IN_WHITELIST X-SW-Source: 2005-10/txt/msg01636.txt.bz2 I thought that I would not have to ping patches any more with the patch queue but I am wrong, oh well. http://gcc.gnu.org/ml/gcc-patches/2005-07/msg00879.html [PATCH] Fix PR middle-end/22429, fold building tree which depends on signed overflow This fixes one of the wrong-code regressions in 4.1, basicially fold was building a tree which depends on signed overflowing being defined as wrapping which is only true with -fwrapv. -- Pinski