------- Comment #42 from fxcoudert at gcc dot gnu dot org 2008-02-22 14:59 ------- (In reply to comment #39) > Actually, I think we're almost there. You have to prepend an > underscore.
You're right, and it works. I'm a bit afraid of doing so (if it's handled everywhere else, why isn't it handled for us?), but it does work. (There is one exception: calls to cpowl generated by the Fortran front-end seem not to work, but it is a front-end issue: we don't treat cpow?() functions as builtins, probably a left-over from an earlier cleanup of that part of the front-end.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25477