Test results for armeabi, berry2, crypto_stream/salsa20

[Page version: 20241120 00:22:57]

Measurements for armeabi, berry2, crypto_stream Test results for armeabi, berry2, crypto_stream Test results for crypto_stream/salsa20
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_stream
Primitive: salsa20
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
326862692 0 415819 356 792e/refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
356783292 0 416423 356 792e/mergedgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
3593613173 1120 01133567 73813 12016T:cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
359902596 0 413983 356 792e/mergedgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
3625212465 1120 01132849 73801 12016T:cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
3627013438 1120 01135477 73809 12016T:cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
363756189 1440 01124751 74121 12016T:cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
371795004 0 418135 356 792e/regsgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
376761876 0 016255 356 784refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
393983440 0 414650 352 792e/mergedgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
406022488 0 412895 348 784e/mergedgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
415362420 0 413807 356 792e/regsgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
436602724 0 413934 352 792e/regsgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
44650896 0 013531 356 784refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
46506932 0 013390 352 784refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
465901840 0 413223 356 792e/refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
470062264 0 412667 348 784e/regsgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
473622188 0 413394 352 792e/refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
487221684 0 412087 348 784e/refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
55559808 0 012459 348 784refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909

Compiler output


xor.c: In file included from xor.c:8:
xor.c: xor.c: In function 'crypto_stream_salsa20_armneon_constbranchindex_xor':
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:7196:1: error: inlining failed in call to 'always_inline' 'vcombine_u32': target specific option mismatch
xor.c:  7196 | vcombine_u32 (uint32x2_t __a, uint32x2_t __b)
xor.c:       | ^~~~~~~~~~~~
xor.c: xor.c:39:23: note: called from here
xor.c:    39 |   uint32x4_t start1 = vcombine_u32(k5k0,n0k4);
xor.c:       |                       ^~~~~~~~~~~~~~~~~~~~~~~
xor.c: In file included from xor.c:8:
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8783:1: error: inlining failed in call to 'always_inline' 'vext_u32': target specific option mismatch
xor.c:  8783 | vext_u32 (uint32x2_t __a, uint32x2_t __b, const int __c)
xor.c:       | ^~~~~~~~
xor.c: xor.c:37:21: note: called from here
xor.c:    37 |   uint32x2_t k7k2 = vext_u32(k6k7,k2k3,1);
xor.c:       |                     ^~~~~~~~~~~~~~~~~~~~~
xor.c: In file included from xor.c:8:
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8783:1: error: inlining failed in call to 'always_inline' 'vext_u32': target specific option mismatch
xor.c:  8783 | vext_u32 (uint32x2_t __a, uint32x2_t __b, const int __c)
xor.c:       | ^~~~~~~~
xor.c: xor.c:35:21: note: called from here
xor.c:    35 |   uint32x2_t k1n1 = vext_u32(k0k1,n1n0,1);
xor.c:       |                     ^~~~~~~~~~~~~~~~~~~~~
xor.c: In file included from xor.c:8:
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8783:1: error: inlining failed in call to 'always_inline' 'vext_u32': target specific option mismatch
xor.c:  8783 | vext_u32 (uint32x2_t __a, uint32x2_t __b, const int __c)
xor.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
armneongcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
armneongcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
armneongcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
armneongcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


xor.c: In file included from xor.c:8:
xor.c: xor.c: In function 'crypto_stream_salsa20_armneon2_constbranchindex_xor':
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:7196:1: error: inlining failed in call to 'always_inline' 'vcombine_u32': target specific option mismatch
xor.c:  7196 | vcombine_u32 (uint32x2_t __a, uint32x2_t __b)
xor.c:       | ^~~~~~~~~~~~
xor.c: xor.c:39:23: note: called from here
xor.c:    39 |   uint32x4_t start1 = vcombine_u32(k5k0,n0k4);
xor.c:       |                       ^~~~~~~~~~~~~~~~~~~~~~~
xor.c: In file included from xor.c:8:
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8783:1: error: inlining failed in call to 'always_inline' 'vext_u32': target specific option mismatch
xor.c:  8783 | vext_u32 (uint32x2_t __a, uint32x2_t __b, const int __c)
xor.c:       | ^~~~~~~~
xor.c: xor.c:37:21: note: called from here
xor.c:    37 |   uint32x2_t k7k2 = vext_u32(k6k7,k2k3,1);
xor.c:       |                     ^~~~~~~~~~~~~~~~~~~~~
xor.c: In file included from xor.c:8:
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8783:1: error: inlining failed in call to 'always_inline' 'vext_u32': target specific option mismatch
xor.c:  8783 | vext_u32 (uint32x2_t __a, uint32x2_t __b, const int __c)
xor.c:       | ^~~~~~~~
xor.c: xor.c:35:21: note: called from here
xor.c:    35 |   uint32x2_t k1n1 = vext_u32(k0k1,n1n0,1);
xor.c:       |                     ^~~~~~~~~~~~~~~~~~~~~
xor.c: In file included from xor.c:8:
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8783:1: error: inlining failed in call to 'always_inline' 'vext_u32': target specific option mismatch
xor.c:  8783 | vext_u32 (uint32x2_t __a, uint32x2_t __b, const int __c)
xor.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
armneon2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
armneon2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
armneon2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
armneon2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


xor.S: xor.S: Assembler messages:
xor.S: xor.S:2232: Error: junk at end of line, first unrecognized character is `,'

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
armneon3gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
armneon3gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
armneon3gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
armneon3gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


xor.S: xor.S: Assembler messages:
xor.S: xor.S:4720: Error: junk at end of line, first unrecognized character is `,'

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
armneon6gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
armneon6gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
armneon6gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
armneon6gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


salsa20.c: In file included from salsa20.c:1:
salsa20.c: e/salsa20.c: In function 'crypto_stream_salsa20_e_merged_constbranchindex_ECRYPT_encrypt_bytes':
salsa20.c: e/salsa20.c:58:7: warning: 'ctarget' may be used uninitialized in this function [-Wmaybe-uninitialized]
salsa20.c:    58 |   u8 *ctarget;
salsa20.c:       |       ^~~~~~~

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
e/mergedgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
e/mergedgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


salsa20.c: In file included from salsa20.c:1:
salsa20.c: e/salsa20.c: In function 'crypto_stream_salsa20_e_merged_constbranchindex_ECRYPT_encrypt_bytes':
salsa20.c: e/salsa20.c:197:46: warning: 'ctarget' may be used uninitialized in this function [-Wmaybe-uninitialized]
salsa20.c:   197 |         for (i = 0;i < bytes;++i) ctarget[i] = c[i];
salsa20.c:       |                                   ~~~~~~~~~~~^~~~~~

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
e/mergedgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
e/mergedgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


try.c: env: 'cargo': No such file or directory

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
rust_cryptogcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
rust_cryptogcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
rust_cryptogcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
rust_cryptogcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
rust_salsa20gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
rust_salsa20gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
rust_salsa20gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
rust_salsa20gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 4377587 1663684458 900000000 crypto_stream/salsa20/e/merged
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/mergedgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 4352944 871951859 900000000 crypto_stream/salsa20/e/merged
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/mergedgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 4272696 1842173891 900000000 crypto_stream/salsa20/e/merged
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/mergedgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 5432088 1591354030 900000000 crypto_stream/salsa20/e/merged
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/mergedgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 5032193 1676935211 900000000 crypto_stream/salsa20/e/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 5355573 859168641 900000000 crypto_stream/salsa20/e/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 4823198 1850395718 900000000 crypto_stream/salsa20/e/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 5020046 1602163400 900000000 crypto_stream/salsa20/e/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 4905464 1709160705 900000000 crypto_stream/salsa20/e/regs
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/regsgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 4629145 932839275 900000000 crypto_stream/salsa20/e/regs
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/regsgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 4637295 1857485359 900000000 crypto_stream/salsa20/e/regs
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/regsgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 4894317 1611949187 900000000 crypto_stream/salsa20/e/regs
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/regsgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 6381274 1728432640 900000000 crypto_stream/salsa20/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 5148469 904298042 900000000 crypto_stream/salsa20/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 6160111 1906302119 900000000 crypto_stream/salsa20/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
efd798fe77f44ac36e0e1fed7214dd1894d51fe3ce93fc9408dab4c54a68b214 5876455 1657151409 900000000 crypto_stream/salsa20/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)