blob: 19b46ae8c5ab9194dded696e0d197735ee455e28 [file] [log] [blame]
sewardja151c392006-01-19 03:52:19 +00001
sewardjfbfa3d02010-01-04 12:10:24 +00002Currently running on ppc32/64/arm: this test should give 3 errors, not 2.
sewardja151c392006-01-19 03:52:19 +00003Conditional jump or move depends on uninitialised value(s)
4 at 0x........: foo (partiallydefinedeq.c:15)
5 by 0x........: main (partiallydefinedeq.c:37)
6
7Conditional jump or move depends on uninitialised value(s)
8 at 0x........: foo (partiallydefinedeq.c:15)
9 by 0x........: main (partiallydefinedeq.c:45)
10
11Conditional jump or move depends on uninitialised value(s)
12 at 0x........: foo (partiallydefinedeq.c:15)
13 by 0x........: main (partiallydefinedeq.c:52)
14
njncab64bc2009-08-12 00:14:44 +000015
16HEAP SUMMARY:
17 in use at exit: ... bytes in ... blocks
18 total heap usage: ... allocs, ... frees, ... bytes allocated
19
20For a detailed leak analysis, rerun with: --leak-check=full
21
22For counts of detected and suppressed errors, rerun with: -v
sewardjfb27ca72008-05-01 22:34:16 +000023Use --track-origins=yes to see where uninitialised values come from
njncab64bc2009-08-12 00:14:44 +000024ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)