------- Comment #22 from paolo dot carlini at oracle dot com 2009-09-15 15:04 ------- __gcd isn't important for now, there is no reason to remove it. At some point we can erase it and another small function which Chris left, but there is no hurry to do that.
Otherwise, I'm seeing the same slow down for __k == __n - 1, I suppose this is what you meant by __k = -1 (__k, as defined, can't really be negative as far as I can see). Also, always remember that in any case we have to cope with move-able only type. Besides that, just let us know what you prefer to do: you can contribute a few lines of code now, or we can wait for your assignment to be in place. To be clear again: you can't contribute anything larger than, say 50 lines of code without an assignment in place. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41351