This is the mail archive of the gcc-patches@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]

Re: Patch to create builtin bcmp



ghazi@caip.rutgers.edu said:
> 	 This patch creates a new builtin bcmp.  It operates by simply
> calling builtin memcmp.  This patch depends on http://gcc.gnu.org/ml/
> gcc-patches/2000-03/msg00747.html

> Bootstrapped on i686-pc-linux-gnu and sparc-sun-solaris2.7, no
> regressions. Okay to install? 


BCMP and bzero aren't ANSI functions.  Should we be treating them exactly 
the same as memcmp?  Especially when -pedantic (or whatever the option is).

R.


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