This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/24729] function calls created by builtins do not make use of inline definitions
- From: "ghazi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Nov 2005 01:00:18 -0000
- Subject: [Bug middle-end/24729] function calls created by builtins do not make use of inline definitions
- References: <bug-24729-578@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from ghazi at gcc dot gnu dot org 2005-11-14 01:00 -------
Builtin fputs{_unlocked} et al. are transformed via fold_builtin as well as
expand. AFAICT folding is done rather early, so perhaps this can be fixed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24729