version.c: Bump for new snapshot.
authorJeff Law <law@gcc.gnu.org>
Mon, 25 Aug 1997 15:00:44 +0000 (09:00 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 25 Aug 1997 15:00:44 +0000 (09:00 -0600)
commit39dfb55a01f2182839d6537fbfc56361f9d1e008
tree323997d9502c515d35fc7ddcee0665d6c52285a9
parentd78778ebf903a8b405a54d863af499626cb76b11
version.c: Bump for new snapshot.

        * version.c: Bump for new snapshot.

        * local-alloc.c (update_equiv_regs): All the target to reject
        promotion of some REG_EQUAL to REG_EQUIV notes.
        * pa.h (DONT_RECORD_EQUIVALENCE): Define.
Fixes some c-torture failures, also improves generated code.

        * pa.c (secondary_reload_class): (mem (mem ... )) does not need
        secondary reloads.
Fixes 094.fpppp/twldrv.f abort.

        * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
        store of the argument registers.
Fixes c-torture failure.

        * fold-const.c (multiple_of_p): New function.
        (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
One of the performance patches from the g77 folks.

From-SVN: r14915
gcc/ChangeLog
gcc/config/pa/pa.c
gcc/config/pa/pa.h
gcc/fold-const.c
gcc/local-alloc.c
gcc/tm.texi
gcc/version.c