From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8185 invoked by alias); 23 Jun 2006 03:11:33 -0000 Received: (qmail 8177 invoked by uid 22791); 23 Jun 2006 03:11:33 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Jun 2006 03:11:31 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 2304848CE81 for ; Thu, 22 Jun 2006 23:10:30 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19443-01-5 for ; Thu, 22 Jun 2006 23:10:29 -0400 (EDT) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id CF2EF48CE55 for ; Thu, 22 Jun 2006 23:10:29 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 4600A47E7F; Thu, 22 Jun 2006 20:10:29 -0700 (PDT) Date: Fri, 23 Jun 2006 03:11:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [ob] Eliminate another gdb_suppress_entire_file Message-ID: <20060623031029.GI976@adacore.com> References: <20060622195839.GA20890@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060622195839.GA20890@nevyn.them.org> User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00347.txt.bz2 > There's a few versions of GCC 4.1 which can't compile gdb.base/store.c. It > was eventually fixed on the release branch, but I happen to be testing a > version where it's broken. I've been making this change globally as the > function in question pops up to bite me. Should we try to remove all the instances of gdb_suppress_entire_file? I don't remember if there are some cases where it's legit to use them. Thanks, -- Joel