Bug#196090: gcc-3.3: miscompiles XDM-AUTHORIZATION-1 key generation and/or validation in XFree86 at -O2

2003-06-21 Thread Daniel Stone
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 >

Bug#196090: gcc-3.3: miscompiles XDM-AUTHORIZATION-1 key generation and/or validation in XFree86 at -O2

2003-06-21 Thread Jack Howarth
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

Bug#198269: gcc-3.3: -falign-* has no effect on i386

2003-06-21 Thread herbert
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"