Re: use sigjmp_buf for analyzer sigsetjmp tests

2021-01-13 Thread David Malcolm via Gcc-patches
On Fri, 2020-12-25 at 03:21 -0300, Alexandre Oliva wrote: > The sigsetjmp analyzer tests use jmp_buf in sigsetjmp and siglongjmp > calls. Not every system that supports sigsetjmp uses the same data > structure for setjmp and sigsetjmp, which results in type mismatches. > > This patch changes the

use sigjmp_buf for analyzer sigsetjmp tests

2020-12-24 Thread Alexandre Oliva
The sigsetjmp analyzer tests use jmp_buf in sigsetjmp and siglongjmp calls. Not every system that supports sigsetjmp uses the same data structure for setjmp and sigsetjmp, which results in type mismatches. This patch changes the tests to use sigjmp_buf, that is the POSIX-specific type for use w