Re: [Cegcc-devel] Release of cegcc 0.51.0

2007-12-10 Thread Pedro Alves
Danny Backx wrote: > These are all binary distributions for use on an x86 based linux system. > Ideally we would distribute source but people tend to use the binaries; > also the source is prohibitively large, please use SVN to grab it. > Source upload and Cygwin binaries coming soon (TM). > A

Re: [Cegcc-devel] [Mingw32ce] Issues when casting char* => uint32_t* and using the [] operator

2007-12-10 Thread Carsten Sørensen
On Dec 10, 2007 2:28 PM, Ivan Vucica <[EMAIL PROTECTED]> wrote: > Casting a char* into uint32_t*, unsigned int* or int* and then using it > with operator [] in both GCC and G++ crashes the application. This is not a compiler bug. When accessing 32 bit values like an int on a RISC CPU like the ARM,

[Cegcc-devel] [Mingw32ce] Issues when casting char* => uint32_t* and using the [] operator

2007-12-10 Thread Ivan Vucica
Hi, first things first, here's an output of arm-wince-mingw32ce-gcc -v: Using built-in specs. Target: arm-wince-mingw32ce Configured with: /usr/src/rpm/BUILD/cegcc-mingw32ce-0.50/src/gcc/configure --with-gcc --with-gnu-ld --with-gnu-as --target=arm-wince-mingw32ce --prefix=/opt/mingw32ce --enable