On Sat, Jun 21, 2003 at 06:57:08PM -0400, Jack Howarth wrote:
>Franz Sirl, the ppclinux devtool maintainer, has kindly
> built the current rawhide XFree86 4.3.0 srpms against
> gcc-3.3 from 6/18/03 on Yellow Dog Linux. He is unable to
> reproduce the authentication problems we see on debian
>
Franz Sirl, the ppclinux devtool maintainer, has kindly
built the current rawhide XFree86 4.3.0 srpms against
gcc-3.3 from 6/18/03 on Yellow Dog Linux. He is unable to
reproduce the authentication problems we see on debian
under either xdm or kdm. Perhaps we build XFree86 differently
enough fro
Package: gcc-3.3
Version: 1:3.3-2
Severity: normal
Compiling the following program (b.c) on i386
int f(int a) {
int i = 0;
if (a > 3)
goto end;
return 3;
end:
return g(0);
}
with "gcc -O2 -falign-jumps=0 -S" produces
.file "b.c"
3 matches
Mail list logo