tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] typedef bug in version 0.9.22


From: Enno Rehling
Subject: [Tinycc-devel] typedef bug in version 0.9.22
Date: Wed, 05 Jan 2005 14:29:17 +0100
User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)

In the code below, it looks like tinycc interprets line 3 as int int;

There was a similar bug (which is fixed now) mentioned in http://lists.gnu.org/archive/html/tinycc-devel/2003-07/msg00004.html

typedef int a;
typedef int b;
b a;

test.c:3: identifier expected

Enno.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]