Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/tests/lib/libc/misc



    Date:        Mon, 4 Feb 2019 05:02:46 +0100
    From:        Kamil Rytarowski <n54%gmx.com@localhost>
    Message-ID:  <2eadaf71-d7d7-c285-bdec-78ddcd3a5041%gmx.com@localhost>


  | If GCC is fine with it, we could try raise(!!(a * b) ? SIGSEGV : SIGBUS);=

That's a kind of odd way of saying (a * b) != 0 ? ...

kre



Home | Main Index | Thread Index | Old Index