------- Comment #2 from ghazi at gcc dot gnu dot org 2005-11-08 04:28 ------- I'm not convinced it's the same issue. With regard to 17402, comment #6 by Joseph there refers specifically to static inlines in that builtins shouldn't generate calls to "file-scope statics". However in my case glibc is instantiating *extern inlines* and it seems legitimate that gcc could (should) generate calls which take advantage of them. (Plus they're much much faster!)
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24729