https://bugs.kde.org/show_bug.cgi?id=423908

            Bug ID: 423908
           Summary: s390x false positives running make auxchecks (gsl
                    tests)
           Product: valgrind
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: memcheck
          Assignee: jsew...@acm.org
          Reporter: m...@klomp.org
  Target Milestone: ---

Running make auxchecks on current git will run the GNU Scientific Library
testsuite under valgrind memcheck. Currently it produces false positives on
s390x:

==9580== Conditional jump or move depends on uninitialised value(s)
==9580==    at 0x1005E12: compare_complex_float_results (compare_source.c:38)
==9580==    by 0x1005E12: test_complex_float_func (test_complex_source.c:108)
==9580==    by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==    at 0x100565C: compare_complex_float_results (compare_source.c:38)
==9580==    by 0x100565C: test_complex_float_func (test_complex_source.c:128)
==9580==    by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==    at 0x1005670: compare_complex_float_results (compare_source.c:44)
==9580==    by 0x1005670: test_complex_float_func (test_complex_source.c:128)
==9580==    by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==    at 0x10054A2: compare_complex_float_results (compare_source.c:38)
==9580==    by 0x10054A2: test_complex_float_func (test_complex_source.c:155)
==9580==    by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==    at 0x10054B6: compare_complex_float_results (compare_source.c:44)
==9580==    by 0x10054B6: test_complex_float_func (test_complex_source.c:155)
==9580==    by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==    at 0x1005D50: compare_complex_float_results (compare_source.c:38)
==9580==    by 0x1005D50: test_complex_float_func (test_complex_source.c:181)
==9580==    by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==    at 0x1005CF4: compare_complex_float_results (compare_source.c:38)
==9580==    by 0x1005CF4: test_complex_float_func (test_complex_source.c:196)
==9580==    by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==    at 0x1005B8A: compare_complex_float_results (compare_source.c:38)
==9580==    by 0x1005B8A: test_complex_float_func (test_complex_source.c:213)
==9580==    by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==    at 0x1005A80: compare_complex_float_results (compare_source.c:44)
==9580==    by 0x1005A80: test_complex_float_func (test_complex_source.c:213)
==9580==    by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==    at 0x1005E26: compare_complex_float_results (compare_source.c:44)
==9580==    by 0x1005E26: test_complex_float_func (test_complex_source.c:108)
==9580==    by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==    at 0x1005860: compare_complex_float_results (compare_source.c:44)
==9580==    by 0x1005860: test_complex_float_func (test_complex_source.c:181)
==9580==    by 0x1000DE1: main (test.c:108)
==9580==

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to