From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21584 invoked by alias); 27 Jul 2009 17:01:43 -0000 Received: (qmail 21469 invoked by uid 22791); 27 Jul 2009 17:01:43 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_92,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 27 Jul 2009 17:01:37 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6RH1ZZu012401; Mon, 27 Jul 2009 13:01:35 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6RH1Y19028138; Mon, 27 Jul 2009 13:01:34 -0400 Received: from pearl.pink (vpn-12-70.rdu.redhat.com [10.11.12.70]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n6RH1WbO016416; Mon, 27 Jul 2009 13:01:33 -0400 Message-ID: <4A6DDD6B.3050109@redhat.com> Date: Mon, 27 Jul 2009 17:01:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 MIME-Version: 1.0 To: David Daney CC: Martin Ettl , java@gcc.gnu.org Subject: Re: found an overlapping data buffer in file natGCInfo.cc References: <20090727082913.78960@gmx.net> <4A6D7B5D.5090005@redhat.com> <4A6DBCE9.4090807@caviumnetworks.com> In-Reply-To: <4A6DBCE9.4090807@caviumnetworks.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg00077.txt.bz2 On 07/27/2009 04:42 PM, David Daney wrote: > Andrew Haley wrote: >> Thanks. How very weird; I wonder what that code was supposed to do. >> > Someone should fix it. If nobody does soon, I suppose I will as I added > it in the first place. Please. I'm a great believer in the idea that one should fix one's own bugs. Good karma... Andrew.