Re: problem report: optimization

2001-04-26 Thread David Malone
On Wed, Apr 25, 2001 at 10:47:06PM +0400, Ilya Naumov wrote: > i've discovered that now the world cannot be built without any > optimization options (-Oxx) due to a 'dirty' code in some places. one of > good examples is usr.sbin/rpc.lockd. without -Oxx options kern.c fails > compilation: Alfred

problem report: optimization

2001-04-25 Thread Ilya Naumov
Hello, i've discovered that now the world cannot be built without any optimization options (-Oxx) due to a 'dirty' code in some places. one of good examples is usr.sbin/rpc.lockd. without -Oxx options kern.c fails compilation: cc -pipe -march=k6 -I. -I/usr/include/rpcsvc -g-o rpc.lockd kern.