[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] bug - long long constants
From: |
Russ Cox |
Subject: |
[Tinycc-devel] bug - long long constants |
Date: |
Fri, 22 Jul 2005 19:52:12 -0400 |
This looks like it's been reported in a different
form recently, but here's a very short example.
This is using tcc compiled from CVS earlier this
afternoon.
; tcc -v
tcc version 0.9.23
; tcc -c x1.c
Segmentation fault (core dumped)
; cat x1.c
unsigned long long x = (unsigned long long)1<<32;
;
Russ
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Tinycc-devel] bug - long long constants,
Russ Cox <=