[Cegcc-devel] cegcc 4.2.4

2008-07-18 Thread forumer
Hi, I am working on generating a D compiler for a wince platforms and so I started from cegcc/mingw32ce. The problem I have encounter is a bad insn when compiling and I had to add a -fno-sibling-calls switch. After some research I found a bug in gcc 4.1.0 when optimizing so I have decided to repor

[Cegcc-devel] missing LONG_BIT declaration

2008-07-18 Thread Vincent Torri
Hey, I have a linux program that check with a macro if we are on a 32 bits or 64 bits arch. It uses LONG_BIT which is declared in /usr/include/bits/xopen_lim.h. Do you think that it is possible to add such macro (in limits.h ?) ? thank you Vincent Torri -