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

Re: IMP:GNU extensions on gcc 3.2


On Jan 13, 2003, Sayali Surve <ssurve@versant.com> wrote:

> 1.    I am using a C++ front end compiler which does not support GNU
> extensions.

Then you probably shouldn't be using the GNU Standard C++ library.

> 2.    Where are the built-in functions e.g. __builtin_strstr,
> __builtin_strpbrk etc.
> are defined??

gcc/builtins.c

> Is there any way or any flag so as to not include built-in functions??

I'm sure -fno-builtin is documented somewhere in the manual...

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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