tinycc-devel
[Top][All Lists]
Advanced

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

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


From: shinichiro . h
Subject: Re: [Tinycc-devel] Is the CVS repository dead yet?
Date: Wed, 25 Mar 2009 01:48:30 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/22.2 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI)

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 TCC generates code which outputs 3.

Anyway, thanks again.




reply via email to

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