r256024 - in /trunk/gcc: ChangeLog config/power...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Thu Dec 28 20:42:00 GMT 2017


Author: rsandifo
Date: Thu Dec 28 20:42:43 2017
New Revision: 256024

URL: https://gcc.gnu.org/viewcvs?rev=256024&root=gcc&view=rev
Log:
[rs6000] Use gen_int_mode in ieee_128bit_negative_zero

Previously we'd generate a non-canonical zero-extended CONST_INT
instead of a sign-extended one, which tripped the assert for
canonical CONST_INTs after a later patch.

2017-12-28  Richard Sandiford  <richard.sandiford@linaro.org>

gcc/
	* config/powerpcspe/powerpcspe.md (ieee_128bit_negative_zero): Use
	gen_int_mode rather than GEN_INT.
	* config/rs6000/rs6000.md (ieee_128bit_negative_zero): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/powerpcspe/powerpcspe.md
    trunk/gcc/config/rs6000/rs6000.md



More information about the Gcc-cvs mailing list