Re: [Tinycc-devel] Is the CVS repository dead yet?

2009-03-24 Thread shinichiro . h
Hi, I think you mean this post: Thanks for forwarding this! But unfortunately, it seems that this is the fix of another bug. The bug I looked into was the following: #include stdio.h int A = 1; #define A 1+A #define B(x) x int main() { printf(%d\n, B(A)); } This code should output 2, but

Re: [Tinycc-devel] Is the CVS repository dead yet?

2009-03-24 Thread grischka
- Original Message - From: shinichiro.h shinichiro.ham...@gmail.com To: i...@euronet.nl; tinycc-devel@nongnu.org Sent: Tuesday, March 24, 2009 5:48 PM Subject: Re: [Tinycc-devel] Is the CVS repository dead yet? Thanks for forwarding this! But unfortunately, it seems that this is the