From: Petar Jovanovic Date: Sun, 2 Jun 2013 03:22:28 +0000 (+0000) Subject: update cond_ld_st test and expected outputs X-Git-Tag: svn/VALGRIND_3_9_0~269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c195593e527c962a488aaa3481d17565b5e6e01d;p=thirdparty%2Fvalgrind.git update cond_ld_st test and expected outputs Line numbers are off by one in some outputs since it differs on GCC version how it will map source code to line number for the ternary operator written in multiple lines. This is small fix that replaces one occurrence of ternary operator with if-then-else. The excepted outputs have been changed accordingly. This fixes the test memcheck/tests/cond_ld_st for different platforms with different GCC versions. Tested on x86, i386, ARM, MIPS32, and MIPS64. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13415 --- diff --git a/memcheck/tests/cond_ld.stderr.exp-32bit-non-arm b/memcheck/tests/cond_ld.stderr.exp-32bit-non-arm index 5459dc4343..9b62110a09 100644 --- a/memcheck/tests/cond_ld.stderr.exp-32bit-non-arm +++ b/memcheck/tests/cond_ld.stderr.exp-32bit-non-arm @@ -24,14 +24,14 @@ LOAD CASE 4 Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:362) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:365) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:362) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:365) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -41,14 +41,14 @@ LOAD CASE 5 Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:364) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:367) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:364) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:367) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -58,14 +58,14 @@ LOAD CASE 6 Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:366) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:369) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:366) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:369) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -75,14 +75,14 @@ LOAD CASE 7 Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:368) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:371) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:368) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:371) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -92,8 +92,8 @@ LOAD CASE 8 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:370) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:373) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -103,8 +103,8 @@ LOAD CASE 9 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:372) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:375) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -114,8 +114,8 @@ LOAD CASE 10 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:374) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:377) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -125,8 +125,8 @@ LOAD CASE 11 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:376) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:379) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -136,20 +136,20 @@ LOAD CASE 12 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -159,20 +159,20 @@ LOAD CASE 13 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -182,20 +182,20 @@ LOAD CASE 14 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -205,20 +205,20 @@ LOAD CASE 15 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -308,8 +308,8 @@ LOAD CASE 32 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:418) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:421) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -319,8 +319,8 @@ LOAD CASE 33 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:420) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:423) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -330,8 +330,8 @@ LOAD CASE 34 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:422) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:425) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -341,8 +341,8 @@ LOAD CASE 35 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:424) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:427) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -352,20 +352,20 @@ LOAD CASE 36 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -375,20 +375,20 @@ LOAD CASE 37 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -398,20 +398,20 @@ LOAD CASE 38 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -421,20 +421,20 @@ LOAD CASE 39 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -444,14 +444,14 @@ LOAD CASE 40 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:434) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:437) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:434) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:437) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -461,14 +461,14 @@ LOAD CASE 41 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:436) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:439) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:436) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:439) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -478,14 +478,14 @@ LOAD CASE 42 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:438) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:441) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:438) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:441) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -495,14 +495,14 @@ LOAD CASE 43 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:440) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:443) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:440) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:443) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -512,26 +512,26 @@ LOAD CASE 44 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:639) PASS: 3 errors PASS: correct result @@ -541,26 +541,26 @@ LOAD CASE 45 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:639) PASS: 3 errors PASS: correct result @@ -570,26 +570,26 @@ LOAD CASE 46 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:639) PASS: 3 errors PASS: correct result @@ -599,26 +599,26 @@ LOAD CASE 47 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:639) PASS: 3 errors PASS: correct result @@ -628,8 +628,8 @@ LOAD CASE 48 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:450) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:453) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -639,8 +639,8 @@ LOAD CASE 49 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:452) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:455) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -650,8 +650,8 @@ LOAD CASE 50 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:454) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:457) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -661,8 +661,8 @@ LOAD CASE 51 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:456) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:459) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -672,8 +672,8 @@ LOAD CASE 52 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:458) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:461) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -683,8 +683,8 @@ LOAD CASE 53 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:460) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:463) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -694,8 +694,8 @@ LOAD CASE 54 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:462) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:465) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -705,8 +705,8 @@ LOAD CASE 55 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:464) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:467) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -716,8 +716,8 @@ LOAD CASE 56 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:466) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:469) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -727,8 +727,8 @@ LOAD CASE 57 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:468) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:471) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -738,8 +738,8 @@ LOAD CASE 58 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:470) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:473) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -749,8 +749,8 @@ LOAD CASE 59 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:472) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:475) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -760,8 +760,8 @@ LOAD CASE 60 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:474) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:477) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -771,8 +771,8 @@ LOAD CASE 61 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:476) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:479) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -782,8 +782,8 @@ LOAD CASE 62 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:478) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:481) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -793,8 +793,8 @@ LOAD CASE 63 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:480) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:483) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result diff --git a/memcheck/tests/cond_ld.stderr.exp-64bit-non-arm b/memcheck/tests/cond_ld.stderr.exp-64bit-non-arm index 193ae23096..d08626d913 100644 --- a/memcheck/tests/cond_ld.stderr.exp-64bit-non-arm +++ b/memcheck/tests/cond_ld.stderr.exp-64bit-non-arm @@ -24,14 +24,14 @@ LOAD CASE 4 Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:362) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:365) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:362) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:365) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -41,14 +41,14 @@ LOAD CASE 5 Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:364) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:367) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:364) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:367) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -58,14 +58,14 @@ LOAD CASE 6 Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:366) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:369) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:366) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:369) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -75,14 +75,14 @@ LOAD CASE 7 Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:368) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:371) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:368) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:371) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -92,8 +92,8 @@ LOAD CASE 8 Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:370) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:373) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -103,8 +103,8 @@ LOAD CASE 9 Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:372) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:375) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -114,8 +114,8 @@ LOAD CASE 10 Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:374) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:377) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -125,8 +125,8 @@ LOAD CASE 11 Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:376) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:379) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -136,20 +136,20 @@ LOAD CASE 12 Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -159,20 +159,20 @@ LOAD CASE 13 Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -182,20 +182,20 @@ LOAD CASE 14 Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -205,20 +205,20 @@ LOAD CASE 15 Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -308,8 +308,8 @@ LOAD CASE 32 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:418) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:421) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -319,8 +319,8 @@ LOAD CASE 33 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:420) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:423) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -330,8 +330,8 @@ LOAD CASE 34 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:422) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:425) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -341,8 +341,8 @@ LOAD CASE 35 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:424) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:427) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -352,20 +352,20 @@ LOAD CASE 36 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -375,20 +375,20 @@ LOAD CASE 37 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -398,20 +398,20 @@ LOAD CASE 38 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -421,20 +421,20 @@ LOAD CASE 39 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -444,14 +444,14 @@ LOAD CASE 40 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:434) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:437) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:434) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:437) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -461,14 +461,14 @@ LOAD CASE 41 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:436) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:439) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:436) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:439) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -478,14 +478,14 @@ LOAD CASE 42 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:438) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:441) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:438) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:441) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -495,14 +495,14 @@ LOAD CASE 43 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:440) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:443) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:440) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:443) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -512,26 +512,26 @@ LOAD CASE 44 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:639) PASS: 3 errors PASS: correct result @@ -541,26 +541,26 @@ LOAD CASE 45 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:639) PASS: 3 errors PASS: correct result @@ -570,26 +570,26 @@ LOAD CASE 46 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:639) PASS: 3 errors PASS: correct result @@ -599,26 +599,26 @@ LOAD CASE 47 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 8 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:639) PASS: 3 errors PASS: correct result @@ -628,8 +628,8 @@ LOAD CASE 48 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:450) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:453) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -639,8 +639,8 @@ LOAD CASE 49 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:452) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:455) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -650,8 +650,8 @@ LOAD CASE 50 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:454) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:457) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -661,8 +661,8 @@ LOAD CASE 51 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:456) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:459) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -672,8 +672,8 @@ LOAD CASE 52 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:458) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:461) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -683,8 +683,8 @@ LOAD CASE 53 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:460) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:463) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -694,8 +694,8 @@ LOAD CASE 54 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:462) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:465) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -705,8 +705,8 @@ LOAD CASE 55 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:464) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:467) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -716,8 +716,8 @@ LOAD CASE 56 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:466) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:469) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -727,8 +727,8 @@ LOAD CASE 57 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:468) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:471) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -738,8 +738,8 @@ LOAD CASE 58 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:470) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:473) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -749,8 +749,8 @@ LOAD CASE 59 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:472) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:475) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -760,8 +760,8 @@ LOAD CASE 60 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:474) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:477) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -771,8 +771,8 @@ LOAD CASE 61 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:476) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:479) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -782,8 +782,8 @@ LOAD CASE 62 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:478) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:481) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -793,8 +793,8 @@ LOAD CASE 63 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:61) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:480) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:483) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result diff --git a/memcheck/tests/cond_ld.stderr.exp-arm b/memcheck/tests/cond_ld.stderr.exp-arm index f33db7ca37..5637237493 100644 --- a/memcheck/tests/cond_ld.stderr.exp-arm +++ b/memcheck/tests/cond_ld.stderr.exp-arm @@ -24,14 +24,14 @@ LOAD CASE 4 Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:362) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:365) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:362) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:365) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -41,14 +41,14 @@ LOAD CASE 5 Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:364) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:367) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:364) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:367) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -58,14 +58,14 @@ LOAD CASE 6 Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:366) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:369) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:366) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:369) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -75,14 +75,14 @@ LOAD CASE 7 Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:368) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:371) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:368) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:371) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -92,8 +92,8 @@ LOAD CASE 8 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:370) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:373) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -103,8 +103,8 @@ LOAD CASE 9 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:372) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:375) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -114,8 +114,8 @@ LOAD CASE 10 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:374) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:377) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -125,8 +125,8 @@ LOAD CASE 11 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:376) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:379) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -136,20 +136,20 @@ LOAD CASE 12 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -159,20 +159,20 @@ LOAD CASE 13 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -182,20 +182,20 @@ LOAD CASE 14 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -205,20 +205,20 @@ LOAD CASE 15 Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -308,8 +308,8 @@ LOAD CASE 32 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:418) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:421) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -319,8 +319,8 @@ LOAD CASE 33 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:420) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:423) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -330,8 +330,8 @@ LOAD CASE 34 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:422) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:425) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -341,8 +341,8 @@ LOAD CASE 35 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:424) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:427) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -352,20 +352,20 @@ LOAD CASE 36 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -375,20 +375,20 @@ LOAD CASE 37 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -398,20 +398,20 @@ LOAD CASE 38 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -421,20 +421,20 @@ LOAD CASE 39 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -444,14 +444,14 @@ LOAD CASE 40 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:434) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:437) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:434) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:437) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -461,14 +461,14 @@ LOAD CASE 41 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:436) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:439) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:436) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:439) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -478,14 +478,14 @@ LOAD CASE 42 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:438) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:441) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:438) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:441) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -495,14 +495,14 @@ LOAD CASE 43 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:440) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:443) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:440) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:443) + by 0x........: main (cond_ld_st.c:639) PASS: 2 errors PASS: correct result @@ -512,26 +512,26 @@ LOAD CASE 44 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:639) PASS: 3 errors PASS: correct result @@ -541,26 +541,26 @@ LOAD CASE 45 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:639) PASS: 3 errors PASS: correct result @@ -570,26 +570,26 @@ LOAD CASE 46 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:639) PASS: 3 errors PASS: correct result @@ -599,26 +599,26 @@ LOAD CASE 47 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:639) Use of uninitialised value of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:639) Invalid read of size 4 at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:639) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:639) PASS: 3 errors PASS: correct result @@ -628,8 +628,8 @@ LOAD CASE 48 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:450) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:453) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -639,8 +639,8 @@ LOAD CASE 49 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:452) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:455) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -650,8 +650,8 @@ LOAD CASE 50 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:454) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:457) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -661,8 +661,8 @@ LOAD CASE 51 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:456) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:459) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -672,8 +672,8 @@ LOAD CASE 52 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:458) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:461) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -683,8 +683,8 @@ LOAD CASE 53 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:460) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:463) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -694,8 +694,8 @@ LOAD CASE 54 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:462) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:465) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -705,8 +705,8 @@ LOAD CASE 55 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:464) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:467) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -716,8 +716,8 @@ LOAD CASE 56 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:466) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:469) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -727,8 +727,8 @@ LOAD CASE 57 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:468) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:471) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -738,8 +738,8 @@ LOAD CASE 58 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:470) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:473) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -749,8 +749,8 @@ LOAD CASE 59 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:472) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:475) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -760,8 +760,8 @@ LOAD CASE 60 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:474) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:477) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -771,8 +771,8 @@ LOAD CASE 61 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:476) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:479) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -782,8 +782,8 @@ LOAD CASE 62 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:478) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:481) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result @@ -793,8 +793,8 @@ LOAD CASE 63 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_load32 (cond_ld_st.c:49) by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:480) - by 0x........: main (cond_ld_st.c:636) + by 0x........: do_test_case_steer (cond_ld_st.c:483) + by 0x........: main (cond_ld_st.c:639) PASS: 1 errors PASS: correct result diff --git a/memcheck/tests/cond_ld_st.c b/memcheck/tests/cond_ld_st.c index e588807a2c..d9cced003e 100644 --- a/memcheck/tests/cond_ld_st.c +++ b/memcheck/tests/cond_ld_st.c @@ -314,9 +314,12 @@ static void do_test_case ( int caseNo, Bool isLoad, const TestCase* lc ) + (lc->addrErr == 'Y' ? 1 : 0); UInt n_errs_act = VALGRIND_COUNT_ERRORS; - UInt res_act - = isLoad ? do_conditional_load32(i_Addr, i_Alt, i_Cond) - : do_conditional_store32(i_Addr, i_Alt, i_Cond); + UInt res_act; + if (isLoad) { + res_act = do_conditional_load32(i_Addr, i_Alt, i_Cond); + } else { + res_act = do_conditional_store32(i_Addr, i_Alt, i_Cond); + } n_errs_act = VALGRIND_COUNT_ERRORS - n_errs_act; if (n_errs_act == n_errs_exp) { diff --git a/memcheck/tests/cond_st.stderr.exp-32bit-non-arm b/memcheck/tests/cond_st.stderr.exp-32bit-non-arm index 0ac0676184..a7577c50cd 100644 --- a/memcheck/tests/cond_st.stderr.exp-32bit-non-arm +++ b/memcheck/tests/cond_st.stderr.exp-32bit-non-arm @@ -23,15 +23,15 @@ PASS: correct result STORE CASE 4 Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:362) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:365) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:362) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:365) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -40,15 +40,15 @@ PASS: correct result STORE CASE 5 Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:364) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:367) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:364) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:367) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -57,15 +57,15 @@ PASS: correct result STORE CASE 6 Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:366) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:369) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:366) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:369) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -74,15 +74,15 @@ PASS: correct result STORE CASE 7 Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:368) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:371) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:368) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:371) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -91,9 +91,9 @@ PASS: correct result STORE CASE 8 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:370) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:373) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -102,9 +102,9 @@ PASS: correct result STORE CASE 9 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:372) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:375) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -113,9 +113,9 @@ PASS: correct result STORE CASE 10 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:374) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:377) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -124,9 +124,9 @@ PASS: correct result STORE CASE 11 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:376) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:379) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -135,21 +135,21 @@ PASS: correct result STORE CASE 12 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -158,21 +158,21 @@ PASS: correct result STORE CASE 13 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -181,21 +181,21 @@ PASS: correct result STORE CASE 14 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -204,21 +204,21 @@ PASS: correct result STORE CASE 15 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -307,9 +307,9 @@ PASS: correct result STORE CASE 32 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:418) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:421) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -318,9 +318,9 @@ PASS: correct result STORE CASE 33 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:420) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:423) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -329,9 +329,9 @@ PASS: correct result STORE CASE 34 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:422) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:425) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -340,9 +340,9 @@ PASS: correct result STORE CASE 35 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:424) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:427) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -351,21 +351,21 @@ PASS: correct result STORE CASE 36 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -374,21 +374,21 @@ PASS: correct result STORE CASE 37 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -397,21 +397,21 @@ PASS: correct result STORE CASE 38 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -420,21 +420,21 @@ PASS: correct result STORE CASE 39 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -443,15 +443,15 @@ PASS: correct result STORE CASE 40 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:434) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:437) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:434) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:437) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -460,15 +460,15 @@ PASS: correct result STORE CASE 41 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:436) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:439) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:436) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:439) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -477,15 +477,15 @@ PASS: correct result STORE CASE 42 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:438) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:441) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:438) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:441) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -494,15 +494,15 @@ PASS: correct result STORE CASE 43 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:440) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:443) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:440) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:443) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -511,27 +511,27 @@ PASS: correct result STORE CASE 44 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:644) PASS: 3 errors PASS: correct result @@ -540,27 +540,27 @@ PASS: correct result STORE CASE 45 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:644) PASS: 3 errors PASS: correct result @@ -569,27 +569,27 @@ PASS: correct result STORE CASE 46 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:644) PASS: 3 errors PASS: correct result @@ -598,27 +598,27 @@ PASS: correct result STORE CASE 47 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:644) PASS: 3 errors PASS: correct result @@ -627,9 +627,9 @@ PASS: correct result STORE CASE 48 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:450) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:453) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -638,9 +638,9 @@ PASS: correct result STORE CASE 49 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:452) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:455) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -649,9 +649,9 @@ PASS: correct result STORE CASE 50 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:454) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:457) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -660,9 +660,9 @@ PASS: correct result STORE CASE 51 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:456) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:459) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -671,9 +671,9 @@ PASS: correct result STORE CASE 52 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:458) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:461) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -682,9 +682,9 @@ PASS: correct result STORE CASE 53 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:460) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:463) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -693,9 +693,9 @@ PASS: correct result STORE CASE 54 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:462) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:465) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -704,9 +704,9 @@ PASS: correct result STORE CASE 55 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:464) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:467) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -715,9 +715,9 @@ PASS: correct result STORE CASE 56 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:466) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:469) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -726,9 +726,9 @@ PASS: correct result STORE CASE 57 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:468) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:471) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -737,9 +737,9 @@ PASS: correct result STORE CASE 58 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:470) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:473) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -748,9 +748,9 @@ PASS: correct result STORE CASE 59 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:472) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:475) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -759,9 +759,9 @@ PASS: correct result STORE CASE 60 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:474) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:477) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -770,9 +770,9 @@ PASS: correct result STORE CASE 61 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:476) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:479) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -781,9 +781,9 @@ PASS: correct result STORE CASE 62 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:478) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:481) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -792,9 +792,9 @@ PASS: correct result STORE CASE 63 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:480) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:483) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result diff --git a/memcheck/tests/cond_st.stderr.exp-64bit-non-arm b/memcheck/tests/cond_st.stderr.exp-64bit-non-arm index 7082ae8643..fc74fbc9ea 100644 --- a/memcheck/tests/cond_st.stderr.exp-64bit-non-arm +++ b/memcheck/tests/cond_st.stderr.exp-64bit-non-arm @@ -23,15 +23,15 @@ PASS: correct result STORE CASE 4 Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:362) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:365) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:362) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:365) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -40,15 +40,15 @@ PASS: correct result STORE CASE 5 Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:364) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:367) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:364) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:367) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -57,15 +57,15 @@ PASS: correct result STORE CASE 6 Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:366) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:369) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:366) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:369) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -74,15 +74,15 @@ PASS: correct result STORE CASE 7 Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:368) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:371) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:368) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:371) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -91,9 +91,9 @@ PASS: correct result STORE CASE 8 Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:370) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:373) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -102,9 +102,9 @@ PASS: correct result STORE CASE 9 Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:372) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:375) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -113,9 +113,9 @@ PASS: correct result STORE CASE 10 Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:374) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:377) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -124,9 +124,9 @@ PASS: correct result STORE CASE 11 Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:376) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:379) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -135,21 +135,21 @@ PASS: correct result STORE CASE 12 Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -158,21 +158,21 @@ PASS: correct result STORE CASE 13 Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -181,21 +181,21 @@ PASS: correct result STORE CASE 14 Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -204,21 +204,21 @@ PASS: correct result STORE CASE 15 Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -307,9 +307,9 @@ PASS: correct result STORE CASE 32 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:418) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:421) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -318,9 +318,9 @@ PASS: correct result STORE CASE 33 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:420) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:423) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -329,9 +329,9 @@ PASS: correct result STORE CASE 34 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:422) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:425) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -340,9 +340,9 @@ PASS: correct result STORE CASE 35 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:424) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:427) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -351,21 +351,21 @@ PASS: correct result STORE CASE 36 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -374,21 +374,21 @@ PASS: correct result STORE CASE 37 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -397,21 +397,21 @@ PASS: correct result STORE CASE 38 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -420,21 +420,21 @@ PASS: correct result STORE CASE 39 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -443,15 +443,15 @@ PASS: correct result STORE CASE 40 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:434) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:437) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:434) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:437) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -460,15 +460,15 @@ PASS: correct result STORE CASE 41 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:436) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:439) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:436) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:439) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -477,15 +477,15 @@ PASS: correct result STORE CASE 42 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:438) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:441) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:438) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:441) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -494,15 +494,15 @@ PASS: correct result STORE CASE 43 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:440) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:443) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:440) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:443) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -511,27 +511,27 @@ PASS: correct result STORE CASE 44 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:644) PASS: 3 errors PASS: correct result @@ -540,27 +540,27 @@ PASS: correct result STORE CASE 45 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:644) PASS: 3 errors PASS: correct result @@ -569,27 +569,27 @@ PASS: correct result STORE CASE 46 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:644) PASS: 3 errors PASS: correct result @@ -598,27 +598,27 @@ PASS: correct result STORE CASE 47 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 8 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:644) PASS: 3 errors PASS: correct result @@ -627,9 +627,9 @@ PASS: correct result STORE CASE 48 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:450) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:453) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -638,9 +638,9 @@ PASS: correct result STORE CASE 49 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:452) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:455) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -649,9 +649,9 @@ PASS: correct result STORE CASE 50 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:454) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:457) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -660,9 +660,9 @@ PASS: correct result STORE CASE 51 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:456) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:459) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -671,9 +671,9 @@ PASS: correct result STORE CASE 52 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:458) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:461) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -682,9 +682,9 @@ PASS: correct result STORE CASE 53 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:460) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:463) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -693,9 +693,9 @@ PASS: correct result STORE CASE 54 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:462) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:465) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -704,9 +704,9 @@ PASS: correct result STORE CASE 55 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:464) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:467) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -715,9 +715,9 @@ PASS: correct result STORE CASE 56 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:466) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:469) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -726,9 +726,9 @@ PASS: correct result STORE CASE 57 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:468) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:471) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -737,9 +737,9 @@ PASS: correct result STORE CASE 58 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:470) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:473) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -748,9 +748,9 @@ PASS: correct result STORE CASE 59 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:472) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:475) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -759,9 +759,9 @@ PASS: correct result STORE CASE 60 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:474) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:477) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -770,9 +770,9 @@ PASS: correct result STORE CASE 61 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:476) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:479) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -781,9 +781,9 @@ PASS: correct result STORE CASE 62 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:478) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:481) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -792,9 +792,9 @@ PASS: correct result STORE CASE 63 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:86) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:480) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:483) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result diff --git a/memcheck/tests/cond_st.stderr.exp-arm b/memcheck/tests/cond_st.stderr.exp-arm index 5b726152ee..7b2380a560 100644 --- a/memcheck/tests/cond_st.stderr.exp-arm +++ b/memcheck/tests/cond_st.stderr.exp-arm @@ -23,15 +23,15 @@ PASS: correct result STORE CASE 4 Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:362) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:365) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:362) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:365) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -40,15 +40,15 @@ PASS: correct result STORE CASE 5 Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:364) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:367) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:364) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:367) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -57,15 +57,15 @@ PASS: correct result STORE CASE 6 Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:366) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:369) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:366) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:369) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -74,15 +74,15 @@ PASS: correct result STORE CASE 7 Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:368) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:371) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:368) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:371) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -91,9 +91,9 @@ PASS: correct result STORE CASE 8 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:370) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:373) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -102,9 +102,9 @@ PASS: correct result STORE CASE 9 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:372) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:375) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -113,9 +113,9 @@ PASS: correct result STORE CASE 10 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:374) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:377) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -124,9 +124,9 @@ PASS: correct result STORE CASE 11 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:376) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:379) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -135,21 +135,21 @@ PASS: correct result STORE CASE 12 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:378) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:381) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -158,21 +158,21 @@ PASS: correct result STORE CASE 13 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:380) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:383) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -181,21 +181,21 @@ PASS: correct result STORE CASE 14 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:382) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:385) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -204,21 +204,21 @@ PASS: correct result STORE CASE 15 Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:384) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:387) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -307,9 +307,9 @@ PASS: correct result STORE CASE 32 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:418) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:421) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -318,9 +318,9 @@ PASS: correct result STORE CASE 33 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:420) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:423) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -329,9 +329,9 @@ PASS: correct result STORE CASE 34 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:422) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:425) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -340,9 +340,9 @@ PASS: correct result STORE CASE 35 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:424) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:427) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -351,21 +351,21 @@ PASS: correct result STORE CASE 36 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:426) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:429) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -374,21 +374,21 @@ PASS: correct result STORE CASE 37 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:428) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:431) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -397,21 +397,21 @@ PASS: correct result STORE CASE 38 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:430) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:433) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -420,21 +420,21 @@ PASS: correct result STORE CASE 39 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:432) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:435) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -443,15 +443,15 @@ PASS: correct result STORE CASE 40 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:434) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:437) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:434) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:437) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -460,15 +460,15 @@ PASS: correct result STORE CASE 41 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:436) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:439) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:436) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:439) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -477,15 +477,15 @@ PASS: correct result STORE CASE 42 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:438) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:441) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:438) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:441) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -494,15 +494,15 @@ PASS: correct result STORE CASE 43 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:440) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:443) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:440) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:443) + by 0x........: main (cond_ld_st.c:644) PASS: 2 errors PASS: correct result @@ -511,27 +511,27 @@ PASS: correct result STORE CASE 44 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:442) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:445) + by 0x........: main (cond_ld_st.c:644) PASS: 3 errors PASS: correct result @@ -540,27 +540,27 @@ PASS: correct result STORE CASE 45 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:444) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:447) + by 0x........: main (cond_ld_st.c:644) PASS: 3 errors PASS: correct result @@ -569,27 +569,27 @@ PASS: correct result STORE CASE 46 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:446) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:449) + by 0x........: main (cond_ld_st.c:644) PASS: 3 errors PASS: correct result @@ -598,27 +598,27 @@ PASS: correct result STORE CASE 47 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:644) Use of uninitialised value of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:644) Invalid write of size 4 at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:644) Address 0x........ is 0 bytes inside a block of size 4 free'd at 0x........: free (vg_replace_malloc.c:...) by 0x........: setup_test_data (cond_ld_st.c:257) by 0x........: do_test_case (cond_ld_st.c:284) - by 0x........: do_test_case_steer (cond_ld_st.c:448) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case_steer (cond_ld_st.c:451) + by 0x........: main (cond_ld_st.c:644) PASS: 3 errors PASS: correct result @@ -627,9 +627,9 @@ PASS: correct result STORE CASE 48 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:450) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:453) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -638,9 +638,9 @@ PASS: correct result STORE CASE 49 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:452) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:455) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -649,9 +649,9 @@ PASS: correct result STORE CASE 50 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:454) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:457) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -660,9 +660,9 @@ PASS: correct result STORE CASE 51 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:456) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:459) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -671,9 +671,9 @@ PASS: correct result STORE CASE 52 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:458) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:461) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -682,9 +682,9 @@ PASS: correct result STORE CASE 53 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:460) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:463) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -693,9 +693,9 @@ PASS: correct result STORE CASE 54 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:462) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:465) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -704,9 +704,9 @@ PASS: correct result STORE CASE 55 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:464) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:467) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -715,9 +715,9 @@ PASS: correct result STORE CASE 56 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:466) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:469) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -726,9 +726,9 @@ PASS: correct result STORE CASE 57 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:468) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:471) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -737,9 +737,9 @@ PASS: correct result STORE CASE 58 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:470) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:473) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -748,9 +748,9 @@ PASS: correct result STORE CASE 59 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:472) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:475) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -759,9 +759,9 @@ PASS: correct result STORE CASE 60 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:474) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:477) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -770,9 +770,9 @@ PASS: correct result STORE CASE 61 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:476) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:479) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -781,9 +781,9 @@ PASS: correct result STORE CASE 62 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:478) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:481) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result @@ -792,9 +792,9 @@ PASS: correct result STORE CASE 63 Conditional jump or move depends on uninitialised value(s) at 0x........: do_conditional_store32 (cond_ld_st.c:75) - by 0x........: do_test_case (cond_ld_st.c:319) - by 0x........: do_test_case_steer (cond_ld_st.c:480) - by 0x........: main (cond_ld_st.c:641) + by 0x........: do_test_case (cond_ld_st.c:321) + by 0x........: do_test_case_steer (cond_ld_st.c:483) + by 0x........: main (cond_ld_st.c:644) PASS: 1 errors PASS: correct result