re PR other/64278 (/sreal.c:254:22: error: call of overloaded 'abs(const int64_t...
authorMartin Liska <mliska@suse.cz>
Tue, 16 Dec 2014 14:55:29 +0000 (15:55 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 16 Dec 2014 14:55:29 +0000 (14:55 +0000)
commit5007f79810c5192d217be89256cef2fc9b9989ce
tree1aa3f62ad5b8098f861e136cca19e060a83cf78b
parentf2798565b4f2551ec0a2bc7e95c7f2a7a23db7d3
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
gcc/sreal.c