[forwarded from http://bugs.debian.org/292958] seen with CVS 3.3 20050130, works with 3.2.3 and 3.4 CVS 20050207 gcc 3.3 -O2 apparently does not compile correctly lib/dns/rbt.c from BIND 9.3 and bind9-9.3.1beta2, which then will die on startup with an assertion failure. Workarounds known to fix this: - compiling rbt.c without -O2 - removing "inline" from rotate_left() and rotate_right() gcc -g -O2 -I/VAR2/tmp/bb/bb/bind9-9.3.1beta2 -I. -Iinclude -I/VAR2/tmp/bb/bb/bind9-9.3.1beta2/lib/dns/include -I../../lib/dns/include -I/VAR2/tmp/bb/bb/bind9-9.3.1beta2/lib/isc/include -I../../lib/isc -I../../lib/isc/include -I../../lib/isc/unix/include -I../../lib/isc/nothreads/include -DUSE_MD5 -DOPENSSL -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -save-temps -c rbt.c -o rbt.o preprocessed files attached (taken from http://www.bofh.it/~md/TEMPS/)
Created attachment 8220 [details] preprocessed source (gcc-3.3 -O2)
Created attachment 8221 [details] assembler (gcc-3.3 -O2)
Created attachment 8222 [details] preprocessed source (gcc-3.3 -O2, two functions not inlined)
I don't know if there is anything we can do about 3.3.x but who knows.
Created attachment 8223 [details] assembler (gcc-3.3 -O2, two functions not inlined)
(In reply to comment #4) > I don't know if there is anything we can do about 3.3.x but who knows. No PowerPC maintainer seems to be interested in this. Will most likely close as wontfix. -- Gaby
No maintainer is interested in fixing this.