On December 12, 2014 5:54:20 PM CET, "Martin Liška" wrote:
>Hello.
>
>This is patch for PR ipa/64278, where I replace ambiguous std::abs with
>absu_hwi.
>
>Patch can bootstrap on ppc64-linux and no new regression was seen.
>
>Ready for thunk?
OK
Thanks,
Richard.
>Thanks,
>Martin
Dec 2014 16:42:57 +0100
Subject: [PATCH] Fix for PR ipa/64278.
gcc/ChangeLog:
2014-12-12 Martin Liska
PR ipa/64278
* sreal.c (sreal::operator*): Call to std::abs can be ambiguos and
is replaced with absu_hwi.
---
gcc/sreal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --gi