From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7489 invoked by alias); 19 Sep 2008 06:04:18 -0000 Received: (qmail 7477 invoked by uid 22791); 19 Sep 2008 06:04:18 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 19 Sep 2008 06:03:41 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 159072A96CD; Fri, 19 Sep 2008 02:03:39 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kz7wH2tEIsax; Fri, 19 Sep 2008 02:03:39 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6E7322A95D6; Fri, 19 Sep 2008 02:03:38 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 33FADE7ACD; Thu, 18 Sep 2008 23:03:36 -0700 (PDT) Date: Fri, 19 Sep 2008 06:04:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: gdb-patches@sourceware.org, Tobias Burnus , Ulrich Weigand , Jim Blandy , jimb@codesourcery.com Subject: Re: [patch] static_kind -> bit0, bit1 [Re: [gdb] Fortran dynamic arrays] Message-ID: <20080919060336.GD3651@adacore.com> References: <20080818111120.GE16894@adacore.com> <200808181553.m7IFrG3w005270@d12av02.megacenter.de.ibm.com> <48A59B3C.9050801@net-b.de> <20080818111120.GE16894@adacore.com> <20080907115637.GA12939@host0.dyn.jankratochvil.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080907115637.GA12939@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.4.2.2i 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: 2008-09/txt/msg00406.txt.bz2 > One of such spare space there is `enum array_bound_type' Except for > BOUND_CANNOT_BE_DETERMINED it is never set anywhere. BOUND_BY_* are > read only in f-valprint.c. In fact it could be probably used for the > new bits TYPE_BOUND_IS_DWARF_BLOCK and possibly > TYPE_HIGH_BOUND_IS_COUNT but I would rather like to later remove `enum > array_bound_type' and its fields at all. I haven't started looking at the actual patch yet, but hope to get to it either tonight or tomorrow. But I would approve a separate patch that garbage-collected these fields. I did verify that, indeed, they are not used at all. -- Joel