gcc-2.95 19990623 64-bit PowerPC CSE bug

David Edelsohn dje@watson.ibm.com
Wed Jun 30 23:07:00 GMT 1999


	I realized that the failure range is larger than I mentioned: it
is any time abs_d will not fit within a const_int.  So the additional test
should be

	&& abs_d < (1 << (HOST_BITS_PER_WIDE_INT - 1))

David



More information about the Gcc-bugs mailing list