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: setjmp/longtjmp missing from the execute testsuite


On Thu, 27 Jan 2005, [ISO-8859-1] Øyvind Harboe wrote:

> It also seems a bit strange that libgloss defines longjmp/setjmp if
> there is a __builtin_setjmp/longjmp() in GCC.

__builtin_setjmp / __builtin_longjmp don't correspond to the C setjmp / 
longjmp unlike other built-in functions, they are only there for internal 
use.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)

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