s390-loop.dpatch added to CVS

2002-10-13 Thread Gerhard Tonn
Hi, I have added the patch to our CVS. It fixes a runtime problem on s390. The fix will hopefully be applied upstream fixed within the next days. Gerhard

Bug#164554: gcc-3.2: volatile not respected on alpha

2002-10-13 Thread herbert
Package: gcc-3.2 Version: 1:3.2.1-0pre2 Severity: normal The following program produces output where the assignment to j occurs before the i has been incremented. This breaks any program using such constructs to ensure consistency: volatile int i; int j; void a() { i++; j = 6;

Bug#164582: error when building crosscompiler

2002-10-13 Thread Moritz Sinn
Package: gcc-2.95 Version: 1:2.95.4-11 i tried to build an crosscompiler for building sparc binaries on an debian i686 system. i took the gcc-2.95-2.95.4.ds14 source package and read README.cross. I did everything as it was written there. The sparc architecture isn't mentioned, but i found the bi

Bug#164588: gcc-3.2: -march=athlon or -march=pentium2 with -O2 incorrectly mix MMX with FPU

2002-10-13 Thread Felix Kühling
Package: gcc-3.2 Version: 1:3.2.1-0pre2 Severity: normal I tracked down this problem in the DRI CVS source tree. When compiling with -O2 -march=athlon or -O2 -march=pentium2 the generated code incorrectly mixes MMX and FPU instructions. I generated a stripped down preprocessed file and added a sma