On Thu, 15 Sep 2016, Tamar Christina wrote: > a rather large costs in complexity. Also wouldn't this be problematic > for other functions as well such as expand_builtin_signbit?
expand_builtin_signbit computes a word number and the bit position in that word. It has no problem with 128-bit types on 32-bit systems where the largest integer mode supported for scalar variables is DImode. -- Joseph S. Myers jos...@codesourcery.com