From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30026 invoked by alias); 17 Sep 2009 18:05:04 -0000 Received: (qmail 30018 invoked by uid 22791); 17 Sep 2009 18:05:04 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Sep 2009 18:04:59 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8HI4vGj024309 for ; Thu, 17 Sep 2009 14:04:57 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8HI4sTj003023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 17 Sep 2009 14:04:57 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n8HI4rHg002315; Thu, 17 Sep 2009 20:04:53 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n8HI4qQV002312; Thu, 17 Sep 2009 20:04:52 +0200 Date: Thu, 17 Sep 2009 18:05:00 -0000 From: Jan Kratochvil To: Ralf Corsepius Cc: "gdb-patches@sourceware.org" , Joel Sherrill Subject: Re: sparc-tdep.c: __builtin___memcpy_chk overflows destination buffer Message-ID: <20090917180452.GA2163@host0.dyn.jankratochvil.net> References: <4AB1A090.8030701@rtems.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AB1A090.8030701@rtems.org> User-Agent: Mutt/1.5.19 (2009-01-05) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00568.txt.bz2 Hi Ralf, I think this is more a GCC fault: [4.3/4.4/4.5 regression] Bogus __builtin___memcpy_chk overflow warning http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37060 Regards, Jan