Bug#560282: gcc-4.4: cc1 crashes with simple test file

2009-12-12 Thread Catalin Ionescu
Please consider this one closed! In the end it proved to be a CIFS related problem. By copying the test file on a local file system everything works as far as this bug is concerned. Even GCC 4.3.4 that previously worked is now failing with the same rather strange error. Matthias Klose wrote:

Bug#560282: gcc-4.4: cc1 crashes with simple test file

2009-12-11 Thread Catalin Ionescu
With fresh install of Debian Unstable the error is still present. By using: gcc -march=athlon -fverbose-asm -S -O3 -save-temps main.c all I see is an empty (0 bytes) main.i file and compile process still ends with cc1: error: main.c: Value too large for defined data type -- To UNSUBSCRIBE,

Bug#560282: gcc-4.4: cc1 crashes with simple test file

2009-12-10 Thread Catalin Ionescu
Package: gcc-4.4 Version: 4.4.2-3 Severity: critical When trying to compile the following very simple test file: *** main.c #include mm3dnow.h void Butterfly_3(__m64 *D,__m64 SC,unsigned int IStep,unsigned int Off) { __m64 T,T1,T2; T=_m_pfmul(D[Off+1],SC);

Bug#560282: gcc-4.4: cc1 crashes with simple test file

2009-12-10 Thread Matthias Klose
severity 560282 normal thanks builds without errors. closing. please reopen if you can reproduce this on another machine, and provide maybe a complete example which shows the error. On 10.12.2009 09:47, Catalin Ionescu wrote: Package: gcc-4.4 Version: 4.4.2-3 Severity: critical When trying

Bug#560282: gcc-4.4: cc1 crashes with simple test file

2009-12-10 Thread Catalin Ionescu
Right now I see gcc 4.4.2-4 available for Debian unstable. I have upgraded the compilers but I still get: cc1: error: main.c: Value too large for defined data type This is a Virtual Box installed Debian unstable. With older GCC versions, 4.3.2 (Debian stable) and 4.3.4 (Debian testing) the same