sreal.c (sreal::to_int): Use INTTYPE_MAXIMUM (int64_t) instead of INT64_MAX.
authorUros Bizjak <ubizjak@gmail.com>
Tue, 11 Nov 2014 08:53:08 +0000 (09:53 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 11 Nov 2014 08:53:08 +0000 (09:53 +0100)
commite040d8a0858cebe2debfa6e9a53326a48dace9e7
tree73ae01e6d3b12b2ce6dccdf6453f11994eb10cba
parent51f784f57313a0b2422f147e51ad398eb2e4536a
sreal.c (sreal::to_int): Use INTTYPE_MAXIMUM (int64_t) instead of INT64_MAX.

* sreal.c (sreal::to_int): Use INTTYPE_MAXIMUM (int64_t)
instead of INT64_MAX.

From-SVN: r217340
gcc/ChangeLog
gcc/sreal.c