OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Miod Vallat (miodcvs.openbsd.org)
Date: Tue Nov 02 2004 - 15:04:50 CST


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2004/11/02 14:04:50

Modified files:
        gnu/usr.bin/gcc/gcc: toplev.c

Log message:
Do not enable -fdelete-null-pointer-checks at -O2 by default on OpenBSD.

This optimizations is really cool, but it does not work for complex code;
we had to disable it for Perl 5.8 to run correctly, now it turns out it
broke Bind 9 on powerpc, so neuter it for good.

ok deraadt henning millert others