https://bugs.kde.org/show_bug.cgi?id=357035
Bug ID: 357035 Summary: Uninitialized variable of type double is reported twice in intel-compiled application. Product: valgrind Version: 3.10 SVN Platform: RedHat RPMs OS: Linux Status: UNCONFIRMED Severity: minor Priority: NOR Component: memcheck Assignee: jsew...@acm.org Reporter: tatyana.a.mine...@intel.com Created attachment 96257 --> https://bugs.kde.org/attachment.cgi?id=96257&action=edit a reproducer application If an application is built with intel compiler, memcheck reports uninitialized variables of type double twice. Steps to build and run the test: icc -O0 double_report.c -o double_report_icc valgrind -q ./double_report_icc A reproducer (double_report.c) is attached. Expected result (reported for gcc-compiled application): ==xxxx== Conditional jump or move depends on uninitialised value(s) ==xxxx== at 0xxxxxxx: main (in /<file_path>/double_report_icc) ==xxxx== Actual result: ==xxxx== Conditional jump or move depends on uninitialised value(s) ==xxxx== at 0xxxxxxx: main (in /<file_path>/double_report_icc) ==xxxx== ==xxxx== Conditional jump or move depends on uninitialised value(s) ==xxxx== at 0xxxxxxx: main (in /<file_path>/double_report_icc) ==xxxx== -- You are receiving this mail because: You are watching all bug changes.