History log of /openbsd-current/regress/lib/libc/setjmp-signal/setjmp-signal.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_2_BASE
# 1.4 27-Jul-2017 bluhm

Mark the invalid memory location as volatile, otherwise clang would
optimize the access to it with an illegal instruction. But the
tests needs a SIGSEGV, it would fail with SIGILL.


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.3 03-Jan-2003 miod

Nobody even compiles the #@!$&~ regression tests anyway.


Revision tags: OPENBSD_3_2_BASE
# 1.2 31-Jul-2002 art

Oops. don't forget to reformat the code after cut 'n paste.


# 1.1 31-Jul-2002 art

Test that longjmp from signals works. (it does)