'use-of-uninitialized-value' warning with '-check all' option of 'ifx'

Intel LLVM compiler, ifx, provides a new feature called memory sanitizer. It was explained in the event shared by @shahmoradi:

At that time, it seemed to have some problems or at least inconvenient to use because of its output.
Unless it is intentionally planned to use the new feature, it is better to disable “uninit”, otherwise it is enabled by “-check all”. In the video, it was explained how to disable it.

2 Likes