Re: Syntax

Stephane Bortzmeyer <bortzmeyer@nic.fr> Wed, 10 January 2007 08:31 UTC

Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1H4YsF-0002Bw-LC; Wed, 10 Jan 2007 03:31:55 -0500
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1H4YsE-0002Bg-5S for cosmogol@ietf.org; Wed, 10 Jan 2007 03:31:54 -0500
Received: from mx2.nic.fr ([192.134.4.11]) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1H4YsC-0005cP-T3 for cosmogol@ietf.org; Wed, 10 Jan 2007 03:31:54 -0500
Received: from localhost (localhost.localdomain [127.0.0.1]) by mx2.nic.fr (Postfix) with ESMTP id 22E8526C219; Wed, 10 Jan 2007 09:31:35 +0100 (CET)
X-Virus-Scanned: by amavisd-new at mx2.nic.fr
Received: from relay2.nic.fr (relay2.nic.fr [192.134.4.163]) by mx2.nic.fr (Postfix) with ESMTP id 5545726C1D9; Wed, 10 Jan 2007 09:31:34 +0100 (CET)
Received: from bortzmeyer.nic.fr (batilda.nic.fr [192.134.4.69]) by relay2.nic.fr (Postfix) with ESMTP id 4F89658ED0B; Wed, 10 Jan 2007 09:31:34 +0100 (CET)
Date: Wed, 10 Jan 2007 09:31:34 +0100
From: Stephane Bortzmeyer <bortzmeyer@nic.fr>
To: "Clive D.W. Feather" <clive@demon.net>
Message-ID: <20070110083134.GA24390@nic.fr>
References: <45A129E9.50905@gmx.de> <20070107205255.GA14621@sources.org> <45A20F62.9060306@gmx.de> <20070108204618.GA29407@sources.org> <20070109000704.GB17340@finch-staff-1.thus.net> <20070109081753.GA1875@nic.fr> <20070110055950.GA5608@finch-staff-1.thus.net>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Disposition: inline
In-Reply-To: <20070110055950.GA5608@finch-staff-1.thus.net>
X-Operating-System: Debian GNU/Linux 4.0
X-Kernel: Linux 2.6.17-2-686 i686
Organization: NIC France
X-URL: http://www.nic.fr/
User-Agent: Mutt/1.5.13 (2006-08-11)
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 0bc60ec82efc80c84b8d02f4b0e4de22
Cc: cosmogol@ietf.org
Subject: Re: Syntax
X-BeenThere: cosmogol@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: DIscussion on state machine specification in IETF protocols <cosmogol.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/cosmogol>, <mailto:cosmogol-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/cosmogol>
List-Post: <mailto:cosmogol@ietf.org>
List-Help: <mailto:cosmogol-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/cosmogol>, <mailto:cosmogol-request@ietf.org?subject=subscribe>
Errors-To: cosmogol-bounces@ietf.org

On Wed, Jan 10, 2007 at 05:59:50AM +0000,
 Clive D.W. Feather <clive@demon.net> wrote 
 a message of 70 lines which said:

> In identifiers.
> 
>     int xán;
> 
>     xán = getchar ();
> 
> is legal in the current C Standard.

Not yet implemented, then:

unicode.c: In function 'main':
unicode.c:2: error: stray '\303' in program
unicode.c:2: error: stray '\241' in program
unicode.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'n'
unicode.c:2: error: 'n' undeclared (first use in this function)
unicode.c:2: error: (Each undeclared identifier is reported only once
unicode.c:2: error: for each function it appears in.)
unicode.c:4: error: stray '\303' in program
unicode.c:4: error: stray '\241' in program
unicode.c:4: error: 'x' undeclared (first use in this function)
unicode.c:4: error: expected ';' before 'n'

And this is gcc 4.1.2, a quite recent version.

_______________________________________________
Cosmogol mailing list
Cosmogol@ietf.org
https://www1.ietf.org/mailman/listinfo/cosmogol