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: Anil Madhavapeddy (avsmcvs.openbsd.org)
Date: Mon Apr 19 2004 - 16:42:39 CDT


CVSROOT: /cvs
Module name: src
Changes by: avsmcvs.openbsd.org 2004/04/19 15:42:39

Modified files:
        gnu/usr.bin/gcc/gcc: tree.h rtl.h integrate.c protector.c

Log message:
some gcc3/propolice --enable-checking fixes:

- dont use DECL_INLINE to alter a VAR_DECL inline flag. This trips
off gcc3's FUNCTION_DECL assert. Define DECL_VAR_INLINE and
use that instead.

- RTX_INTEGRATE_P isnt expecting to see a PLUS code, which pp adds.

ok etoh