From 5007f79810c5192d217be89256cef2fc9b9989ce Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Tue, 16 Dec 2014 15:55:29 +0100 Subject: re PR other/64278 (/sreal.c:254:22: error: call of overloaded 'abs(const int64_t&)' is ambiguous) Fix for PR ipa/64278 * sreal.c (sreal::operator*): Replace std::abs with absu_hwi. From-SVN: r218779 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 36dcc97..ff5a146 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-12-16 Martin Liska + + PR ipa/64278 + * sreal.c (sreal::operator*): Replace std::abs with absu_hwi. + 2014-12-16 Igor Zamyatin * config/i386/i386.c (ix86_address_cost): Add explicit restriction -- cgit v1.1