From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25551 invoked by alias); 21 Sep 2005 14:55:10 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 25522 invoked by uid 22791); 21 Sep 2005 14:54:58 -0000 Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 21 Sep 2005 14:54:58 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id AA1A848CDAF; Wed, 21 Sep 2005 10:54:56 -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 25661-01-9; Wed, 21 Sep 2005 10:54:56 -0400 (EDT) Received: from [127.0.0.1] (dhcp10.gnat.com [205.232.38.232]) by nile.gnat.com (Postfix) with ESMTP id 31AC548CD9F; Wed, 21 Sep 2005 10:54:56 -0400 (EDT) Message-ID: <43317440.1070403@adacore.com> Date: Wed, 21 Sep 2005 14:55:00 -0000 From: Robert Dewar User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) MIME-Version: 1.0 To: Daniel Jacobowitz CC: "Gaurav Gautam, Noida" , gcc@gcc.gnu.org, gcc-help@gcc.gnu.org Subject: Re: No effect of -fshort-enums..is it a bug References: <40CC5CC7CDACC048B1299C57025E330CFD5F6C@HSDLNTD1110010.noida.hcltech.com> <20050921141903.GA2832@nevyn.them.org> In-Reply-To: <20050921141903.GA2832@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-09/txt/msg00139.txt.bz2 Daniel Jacobowitz wrote: > > I'm not 100% sure what #3 means for enumerators whose value does not > fit in the range of "int", but it's pretty clear that the > implementation is not allowed to change the type of enumerators. Of course an implementation can do whatever it likes in response to switches, compiler dependent declarations etc.