History log of /openbsd/gnu/usr.bin/gcc/gcc/integrate.c (Results 1 – 3 of 3)
Revision Date Author Comments
# db365a26 19-Apr-2004 avsm <avsm@openbsd.org>

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

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@

show more ...


# 5982dd4a 22-Jan-2004 etoh <etoh@openbsd.org>

initial release of propolice gcc 3.3.2


# c87b03e5 29-Nov-2003 espie <espie@openbsd.org>

Import gcc-3.3.2. Only the compiler. ada frontend removed for space
considerations.