From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20489 invoked by alias); 29 Aug 2005 07:53:52 -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 20475 invoked by uid 22791); 29 Aug 2005 07:53:47 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 29 Aug 2005 07:53:47 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j7T7rkXK007719 for ; Mon, 29 Aug 2005 03:53:46 -0400 Received: from devserv.devel.redhat.com (devserv.devel.redhat.com [172.16.58.1]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j7T7rjV11616 for ; Mon, 29 Aug 2005 03:53:45 -0400 Received: from devserv.devel.redhat.com (localhost.localdomain [127.0.0.1]) by devserv.devel.redhat.com (8.12.11/8.12.11) with ESMTP id j7T7rjNA028409 for ; Mon, 29 Aug 2005 03:53:45 -0400 Received: (from jakub@localhost) by devserv.devel.redhat.com (8.12.11/8.12.11/Submit) id j7T7rjth028407 for gcc-patches@gcc.gnu.org; Mon, 29 Aug 2005 03:53:45 -0400 Date: Mon, 29 Aug 2005 08:03:00 -0000 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20050829075345.GH7403@devserv.devel.redhat.com> Reply-To: Jakub Jelinek Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-SW-Source: 2005-08/txt/msg01679.txt.bz2 Hi! http://gcc.gnu.org/ml/gcc-patches/2005-08/msg01187.html - fix __builtin_*_chk if GCC is able to figure out maxlen, but len is not compile time constant and object size of destination is known (bootstrapped/regtested several times on i?86-linux HEAD plus on 7 linux arches in 4.0 backport) Jakub