From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4559 invoked by alias); 18 Aug 2008 13:30:29 -0000 Received: (qmail 4543 invoked by uid 22791); 18 Aug 2008 13:30:27 -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; Mon, 18 Aug 2008 13:29:52 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0EB1E2A96DD; Mon, 18 Aug 2008 09:29:51 -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 SzosYKcqbRa2; Mon, 18 Aug 2008 09:29:50 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8BCB02A96D1; Mon, 18 Aug 2008 09:29:50 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 57DF5E7ACD; Mon, 18 Aug 2008 15:29:43 +0200 (CEST) Date: Mon, 18 Aug 2008 13:30:00 -0000 From: Joel Brobecker To: Tom Tromey , gdb-patches@sourceware.org Subject: Re: RFA: shrink main_type Message-ID: <20080818132943.GO16894@adacore.com> References: <20080818130009.GM16894@adacore.com> <20080818132001.GA9434@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080818132001.GA9434@caradoc.them.org> 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-08/txt/msg00481.txt.bz2 > I don't think it's particularly useful to change the type of this to > the enum since we don't put enum values in it, just bitwise > combination of them. (Isn't that invalid in C++?) Argh, yes - I completely zapped the fact that we combined these flags... -- Joel