NetBSD/gnu
jtc efdbc16b61 Patch from J"orn Rennecke that fixes code generation bugs with long
long comparisons.  As of this date, this change hasn't made it into
the development sources.  We must consider this when it comes time
to integrate a newer gcc release.

Thu Mar  7 01:16:23 1996  J"orn Rennecke (amylaar@meolyon.hanse.de)

	* expmed.c (negate_rtx): Don't negate LONG_MIN if mode is wider
	than HOST_WIDE_INT.


gcc now produces worse code for this test case than gcc 2.5.8 when
invoked with -O , but it will optimize as good as gcc 2.5.8 (i.e. all
comparisons vanish) when invoked with -O2 , thus I think it doesn't
matter.  If anyone is interested in looking into this, the code in
expr.c, function expand_expr, case MINUS_EXPR, if-clause for if
(TREE_UNSIGNED (type) || TREE_OVERFLOW (negated)), will refuse to
convert the subtraction into an addition if there is an overflow in
the conversion or negation of the constant.  If both host and target
machine are binary computers with 2-complement representation, the
overflow should not matter.
1996-03-15 22:55:51 +00:00
..
games Trivial change for new GCC. 1995-12-21 09:00:24 +00:00
lib Restore a local change from our old libg++ to fix a compile warning 1996-03-13 23:07:35 +00:00
libexec Parallel make fixes 1995-10-22 23:20:24 +00:00
usr.bin Patch from J"orn Rennecke that fixes code generation bugs with long 1996-03-15 22:55:51 +00:00
Makefile don't build games or libexec on the alpha 1995-04-23 07:49:43 +00:00