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
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;
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
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
4 matches
Mail list logo