fix UB in constant folding of double -> signed integer conversion
commitb8b6a5fd7b4e8cab8e5a5d01064cf5bf2b5eed95
authorGuest0x0 <guest0x0@outlook.com>
Sat, 14 Sep 2024 06:09:26 +0000 (14 06:09 +0000)
committerGuest0x0 <guest0x0@outlook.com>
Sat, 14 Sep 2024 06:17:23 +0000 (14 06:17 +0000)
tree18788b7db2544c5391f42ed15d9e8e3c8d187866
parent12acbf3e92e4067155da2e6242cf4cd72b1e291e
fix UB in constant folding of double -> signed integer conversion
tccgen.c
tests/tests2/134_double_to_signed.c [new file with mode: 0644]
tests/tests2/134_double_to_signed.expect [new file with mode: 0644]