This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/24729] function calls created by builtins do not make use of inline definitions



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]