History log of /openbsd/gnu/usr.bin/gcc/gcc/expr.c (Results 1 – 7 of 7)
Revision Date Author Comments
# e97b50d0 28-Nov-2012 miod <miod@openbsd.org>

merge conflicts


# 058c405f 19-Nov-2012 miod <miod@openbsd.org>

move_by_pieces_1(), store_by_pieces_2(): sync insn skipping logic in the
predecrement cases with gcc 2.95. This had been needed for m68k but somehow
etoh@ missed this when porting the gcc 2.95 fixes

move_by_pieces_1(), store_by_pieces_2(): sync insn skipping logic in the
predecrement cases with gcc 2.95. This had been needed for m68k but somehow
etoh@ missed this when porting the gcc 2.95 fixes back to its 3.3, then 3.4
tree.

This fixes passing of struct by value on m68k, and lets gcc 3 reliably
bootstrap itself now.

show more ...


# 05cc08db 10-Feb-2005 jmc <jmc@openbsd.org>

-ftrampolines, not -ftrampoline;

from moritz grimm;
ok espie@


# dc275874 06-Feb-2005 espie <espie@openbsd.org>

disallow trampolines by default. okay miod@, jmc@


# 06dc6460 25-Dec-2004 espie <espie@openbsd.org>

solve remaining conflicts


# 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.