Re: undefined behaviour in lua source
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: undefined behaviour in lua source
- From: Sergey Zakharchenko <doublef.mobile@...>
- Date: 2016年6月21日 07:06:28 +0300
2016年06月20日 9:25 GMT+03:00 Daurnimator <quae@daurnimator.com>:
> I ran the full lua 5.3.3 tests with the latest gcc (6.2.0) and clang
> (3.8.0) sanitizers.
>
> Issues that came up were all divisions by zero:
Off the top of my head, there's something in your environment (gcc and
clang runtime?) that's configuring the FPU to raise exceptions instead
of return NaNs (via fesetexceptflag()?). Check with fegetexceptflag().
Best regards,
--
DoubleF