[Top][All Lists]
[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.
- Re: [Tinycc-devel] Is the CVS repository dead yet?, (continued)
- Message not available
- Re: [Tinycc-devel] Is the CVS repository dead yet?, Rob Landley, 2009/03/20
- Re: [Tinycc-devel] Is the CVS repository dead yet?, grischka, 2009/03/20
- Re: [Tinycc-devel] Is the CVS repository dead yet?, Rob Landley, 2009/03/21
- Re: [Tinycc-devel] Is the CVS repository dead yet?, grischka, 2009/03/21
- Re: [Tinycc-devel] Is the CVS repository dead yet?, shinichiro . h, 2009/03/21
- Re: [Tinycc-devel] Is the CVS repository dead yet?, Ivo, 2009/03/21
- Re: [Tinycc-devel] Is the CVS repository dead yet?,
shinichiro . h <=
- Re: [Tinycc-devel] Is the CVS repository dead yet?, grischka, 2009/03/24
- [Tinycc-devel] Bug, Sandor Zsolt, 2009/03/31
- Re: [Tinycc-devel] Bug, shinichiro . h, 2009/03/31
- Re: [Tinycc-devel] Is the CVS repository dead yet?, Simon 'corecode' Schubert, 2009/03/20
Re: [Tinycc-devel] Is the CVS repository dead yet?, Kirill Smelkov, 2009/03/18
Re: [Tinycc-devel] Is the CVS repository dead yet?, Joshua Phillips, 2009/03/22