tinycc-devel
[Top][All Lists]
Advanced

[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




reply via email to

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