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/17402] static functions are removed before builtins are expanded


------- Additional Comments From phython at gcc dot gnu dot org  2004-10-03 17:31 -------
 Ok, so I took a look at this on mainline.  What happens is sprintf is folded
into __builtin_strcpy.  All the tree optimizers run, strcpy is removed and a
call to __builtin_strcpy is still around.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17402


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