CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/27 06:31:09
Modified files:
regress/lib/libc/setjmp-signal: setjmp-signal.c
Log message:
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.
