Test results for armeabi, berry2, crypto_core/aes128encrypt

[Page version: 20241120 00:22:57]

Measurements for armeabi, berry2, crypto_core Test results for armeabi, berry2, crypto_core Test results for crypto_core/aes128encrypt
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_core
Primitive: aes128encrypt
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
132864 0 09660 364 752T:opensslgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
133064 0 010480 372 752T:opensslgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
133064 0 012128 372 752T:opensslgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
133664 0 010287 368 752T:opensslgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
15124620 0 016447 356 752T:dolbeau/std-2ftgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
15584088 0 014267 356 752T:dolbeau/std-2ftgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
15646660 0 018487 356 752T:dolbeau/std-4ftgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
16103588 0 015415 356 752T:dolbeau/std-1ftgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
16146120 0 016299 356 752T:dolbeau/std-4ftgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
16643068 0 013247 356 752T:dolbeau/std-1ftgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
17326076 0 015407 348 752T:dolbeau/std-4ftgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
19324000 0 013331 348 752T:dolbeau/std-2ftgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
19366112 0 016118 352 752T:dolbeau/std-4ftgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
19502976 0 012307 348 752T:dolbeau/std-1ftgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
20504044 0 014050 352 752T:dolbeau/std-2ftgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
20763020 0 013026 352 752T:dolbeau/std-1ftgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
33423355560 0 017351 360 760refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
87204372156 0 012299 360 760refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
87698181728 0 011051 352 760refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
94097662268 0 012218 356 760refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909

Compiler output


core.c: core.c: In function 'aes128_armv8_encrypt':
core.c: core.c:26: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
core.c:    26 | #pragma unroll(9)
core.c:       |
core.c: In file included from core.c:10:
core.c: At top level:
core.c: stdaes-common.h:548:21: warning: 'KT3' defined but not used [-Wunused-variable]
core.c:   548 | static unsigned int KT3[256] = KT0Data;
core.c:       |                     ^~~
core.c: stdaes-common.h:541:21: warning: 'KT2' defined but not used [-Wunused-variable]
core.c:   541 | static unsigned int KT2[256] = KT0Data;
core.c:       |                     ^~~
core.c: stdaes-common.h:534:21: warning: 'KT1' defined but not used [-Wunused-variable]
core.c:   534 | static unsigned int KT1[256] = KT0Data;
core.c:       |                     ^~~
core.c: stdaes-common.h:527:21: warning: 'KT0' defined but not used [-Wunused-variable]
core.c:   527 | static unsigned int KT0[256] = KT0Data;
core.c:       |                     ^~~
core.c: stdaes-common.h:450:21: warning: 'RT3' defined but not used [-Wunused-variable]
core.c:   450 | static unsigned int RT3[256] = { RT };
core.c:       |                     ^~~
core.c: stdaes-common.h:443:21: warning: 'RT2' defined but not used [-Wunused-variable]
core.c:   443 | static unsigned int RT2[256] = { RT };
core.c:       |                     ^~~
core.c: stdaes-common.h:436:21: warning: 'RT1' defined but not used [-Wunused-variable]
core.c: ...

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

Compiler output


core.c: In file included from core.c:9:
core.c: stdaes-common.h:548:21: warning: 'KT3' defined but not used [-Wunused-variable]
core.c:   548 | static unsigned int KT3[256] = KT0Data;
core.c:       |                     ^~~
core.c: stdaes-common.h:541:21: warning: 'KT2' defined but not used [-Wunused-variable]
core.c:   541 | static unsigned int KT2[256] = KT0Data;
core.c:       |                     ^~~
core.c: stdaes-common.h:534:21: warning: 'KT1' defined but not used [-Wunused-variable]
core.c:   534 | static unsigned int KT1[256] = KT0Data;
core.c:       |                     ^~~
core.c: stdaes-common.h:527:21: warning: 'KT0' defined but not used [-Wunused-variable]
core.c:   527 | static unsigned int KT0[256] = KT0Data;
core.c:       |                     ^~~
core.c: stdaes-common.h:450:21: warning: 'RT3' defined but not used [-Wunused-variable]
core.c:   450 | static unsigned int RT3[256] = { RT };
core.c:       |                     ^~~
core.c: stdaes-common.h:443:21: warning: 'RT2' defined but not used [-Wunused-variable]
core.c:   443 | static unsigned int RT2[256] = { RT };
core.c:       |                     ^~~
core.c: stdaes-common.h:436:21: warning: 'RT1' defined but not used [-Wunused-variable]
core.c:   436 | static unsigned int RT1[256] = { RT };
core.c:       |                     ^~~
core.c: stdaes-common.h:429:21: warning: 'RT0' defined but not used [-Wunused-variable]
core.c:   429 | static unsigned int RT0[256] = { RT };
core.c:       |                     ^~~
core.c: ...

Number of similar (implementation,compiler) pairs: 12, namely:
ImplementationCompiler
T:dolbeau/std-1ftgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-1ftgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-1ftgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-1ftgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-2ftgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-2ftgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-2ftgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-2ftgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-4ftgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-4ftgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-4ftgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-4ftgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
8eb12f372300dd60096106aa57beaf3da4770ebf5ffe474b8e32f1a23d274ae6 447580894 3201588155 900000000 crypto_core/aes128encrypt/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
8eb12f372300dd60096106aa57beaf3da4770ebf5ffe474b8e32f1a23d274ae6 208561395 1987781927 900000000 crypto_core/aes128encrypt/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
8eb12f372300dd60096106aa57beaf3da4770ebf5ffe474b8e32f1a23d274ae6 400843867 2913525198 900000000 crypto_core/aes128encrypt/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
8eb12f372300dd60096106aa57beaf3da4770ebf5ffe474b8e32f1a23d274ae6 492914451 3553537171 900000000 crypto_core/aes128encrypt/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)