http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54686
--- Comment #14 from Oleg Endo <olegendo at gcc dot gnu.org> 2012-09-23 22:34:09 UTC --- (In reply to comment #13) > Created attachment 28256 [details] > always define abs(long long) > > This is what I had in mind (this abs(long long) is not a fallback, that's the > only implementation there is currently). Completely untested. > > Oleg, do you want to experiment with something like that? Yep, sure. Looks straight forward. I'll test it in my setup within the next couple of days. Thanks!