|
From: | Enno Rehling |
Subject: | Re: [Tinycc-devel] typedef bug in version 0.9.22 |
Date: | Fri, 07 Jan 2005 15:54:39 +0100 |
User-agent: | Mozilla Thunderbird 1.0 (Windows/20041206) |
However, _this_ should work: typedef int a; typedef int b; void foo(void){ b a; } gcc does accept that, but tcc 0.9.22 does not. I haven't tried tcc CVS.
This is almost exactly my problem. Loooks like I was a bit too agressive when I narrowed it down. My code was: typedef int a; typedef int b; typedef struct foo { b a; } foo; gcc accepts it, tcc does not. Enno.
signature.asc
Description: OpenPGP digital signature
[Prev in Thread] | Current Thread | [Next in Thread] |