Bug#168346: gcc-2.95: C99 symbols in limits.h not defined

2002-11-08 Thread Ian Zimmerman
Package: gcc-2.95 Version: 1:2.95.4-11 Severity: normal kronstadt:~$ cat test_limits.c #include int main() { char* llong_not; char* long_long_not; #ifdef LLONG_MAX llong_not = ""; #else llong_not = "_not_ "; #endif #ifdef LONG_LONG_MAX long_long_not = ""; #else long_long_not = "_n

Building gcc-3.2-ds4pre on woody

2002-11-08 Thread Jan-Hendrik Palic
Hi .. I am trying to build gcc-3.2 packages on woody and I got this on I386... make[2]: Entering directory `/mnt/compile/gcc/gcc-3.2-3.2.1ds4/build/fastjar' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/mnt/compile/gcc/gcc-3.2-3.2.1ds4/build/fastjar' chmod 755 /mnt/compile/

Bug#168310: gcc-3.2: xmmintrin.h broken for c++

2002-11-08 Thread Stephen Kennedy
Package: gcc-3.2 Version: 1:3.2.1-0pre5 Severity: important %cat > a.c #include % gcc-3.2 -msse -c a.c % g++-3.2 -msse -c a.c In file included from a.c:1: /usr/lib/gcc-lib/i386-linux/3.2.1/include/xmmintrin.h: In function `void _mm_stream_pi(vector int*, vector int)': /usr/lib/gcc-lib/i386-linux