"Sanitizing undefined behaviour" test fail with clang-10
Open
- Dominant language
- C
- Stars
- 1.1k
- Forks
- 346
- PR merge metrics
- No merged PRs in 30d
Description
If compiler is set to clang-10 , igizp_rand_test will fail when sanitize is enabled.
Reproduce steps
```
export CC=clang
./tools/test_autorun.sh
```
Both Arm and x86 has same problem. And GCC pass in this test.
Contributor guide
Assessment
This issue has not been assessed yet.