This is the mail archive of the gcc-help@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: builtin setjmp


M R Swami Reddy wrote:

> I am using the gcc with libstdc++. In this, optabs.c use the
> _builtin_setjmp function.
> Could you please let me know, from where (ie from C libs or gcc sources)
> this builtin_setjmp
> definition  will be observed?

http://gcc.gnu.org/svn/gcc/trunk/gcc/builtins.c

expand_builtin_setjmp_*, expand_builtin_longjmp

Andrew.


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