[Bug target/54686] std::abs (long long) resorts to std::abs (double) if llabs is absent

glisse at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Sep 23 21:38:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54686

--- Comment #10 from Marc Glisse <glisse at gcc dot gnu.org> 2012-09-23 21:37:54 UTC ---
(In reply to comment #8)
> Thanks god (or whoever)

Would that make me a half-god? seems dangerous...

> that the following:
> 
> unsigned int test_xx (unsigned int a)
> {
>   return std::abs (a);
> }
> 
> ends up as a nop.  *phew*.

Try it with long (or long long) instead of int now...



More information about the Gcc-bugs mailing list