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, 2005-01-27 at 11:31 +0000, Joseph S. Myers wrote:
> 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.

I see.

What about a test case in the testsuite for setjmp/longjmp()?

Is there a reason why it has been omitted?

-- 
Øyvind Harboe <oyvind.harboe@zylin.com>


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