Snippets for gcc 15.3.0 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/cgfhrsxh305vg8z4l5pqwrd5cswq8lj6-gcc-15.3.0.drv.
-
../../gcc-15.3.0/gcc/genhooks.cc:121:14: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 121 | fscanf (f, "%999s", buf); | ~~~~~~~^~~~~~~~~~~~~~~~~ -
../../gcc-15.3.0/gcc/genhooks.cc:112:17: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 112 | while (fscanf (f, "%*[^@]"), buf[0] = '\0', | ~~~~~~~^~~~~~~~~~~~~ -
../../gcc-15.3.0/gcc/genhooks.cc:174:14: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 174 | fscanf (f, "%5[^ \n]", buf); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
../../gcc-15.3.0/gcc/genhooks.cc:180:14: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 180 | fscanf (f, "%999s", buf); | ~~~~~~~^~~~~~~~~~~~~~~~~ -
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
-
../../gcc-15.3.0/gcc/config/aarch64/aarch64.cc:17430:29: warning: narrowing conversion of '(int)sve_costs->sve_vec_cost::gather_load_x64_cost' from 'int' to 'uint32_t' {aka 'unsigned int'} [-Wnarrowing] -
../../gcc-15.3.0/gcc/config/aarch64/aarch64.cc:17431:27: warning: narrowing conversion of '(int)sve_costs->sve_vec_cost::gather_load_x32_cost' from 'int' to 'uint32_t' {aka 'unsigned int'} [-Wnarrowing] -
../../gcc-15.3.0/gcc/text-art/style.cc:150:25: warning: spurious leading punctuation sequence ';' in format [-Wformat-diag] 150 | pp_printf (pp, ";5;%i", (int)u.m_8bit); | ^ -
../../gcc-15.3.0/gcc/text-art/style.cc:160:25: warning: spurious leading punctuation sequence ';' in format [-Wformat-diag] 160 | pp_printf (pp, ";2;%i;%i;%i", | ^ -
../../gcc-15.3.0/gcc/lto/lto-common.cc:2095:10: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 2095 | fscanf (resolution, " "); /* Read white space. */ | ~~~~~~~^~~~~~~~~~~~~~~~~ -
../../gcc-15.3.0/gcc/lto/lto-common.cc:2097:9: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 2097 | fread (obj_name, sizeof (char), name_len, resolution); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../gcc-15.3.0/gcc/lto/lto-common.cc:2117:10: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 2117 | fscanf (resolution, "%u", &num_symbols); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../gcc-15.3.0/gcc/../libgcc/libgcov-util.c:456:9: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result] 456 | chdir (pwd); | ~~~~~~^~~~~ -
../../gcc-15.3.0/gcc/lto-wrapper.cc:1172:8: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 1172 | read (fd, data, length); | ~~~~~^~~~~~~~~~~~~~~~~~ -
../../gcc-15.3.0/gcc/gcc.cc:10706:12: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
-
../../gcc-15.3.0/gcc/gcc.cc:7938:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 7938 | write (fd, "\n//", 3); | ~~~~~~^~~~~~~~~~~~~~~ -
../../gcc-15.3.0/gcc/gcc.cc:7941:13: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 7941 | write (fd, " ", 1); | ~~~~~~^~~~~~~~~~~~ -
../../gcc-15.3.0/gcc/gcc.cc:7942:13: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 7942 | write (fd, new_argv[i], strlen (new_argv[i])); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../gcc-15.3.0/gcc/gcc.cc:7944:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 7944 | write (fd, "\n\n", 2); | ~~~~~~^~~~~~~~~~~~~~~ -
../../gcc-15.3.0/gcc/gcc.cc:9325:13: warning: ignoring return value of 'int truncate(const char*, __off_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 9325 | truncate(totruncate_file, 0); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
../../gcc-15.3.0/gcc/config/aarch64/driver-aarch64.cc:72:1: warning: narrowing conversion of '-1' from 'int' to 'unsigned int' [-Wnarrowing] 72 | }; | ^ -
../../gcc-15.3.0/gcc/config/aarch64/driver-aarch64.cc:72:1: warning: narrowing conversion of '-1' from 'int' to 'unsigned int' [-Wnarrowing]
-
../../gcc-15.3.0/c++tools/server.cc:620:10: warning: ignoring return value of 'int pipe(int*)' declared with attribute 'warn_unused_result' [-Wunused-result] 620 | pipe (term_pipe); | ~~~~~^~~~~~~~~~~ -
../../gcc-15.3.0/c++tools/server.cc:490:11: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 490 | write (term_pipe[1], &term_pipe[1], 1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
ctype_members.cc:224:14: warning: comparison of unsigned expression in '>= 0' is always true [-Wtype-limits] 224 | if (__wc >= 0 && __wc < 128 && _M_narrow_ok) | ~~~~~^~~~ -
ctype_members.cc:247:21: warning: comparison of unsigned expression in '>= 0' is always true [-Wtype-limits] 247 | if (*__lo >= 0 && *__lo < 128) | ~~~~~~^~~~ -
../../../../gcc-15.3.0/libsanitizer/sanitizer_common/sanitizer_posix.cpp:174:27: warning: 'flags' may be used uninitialized [-Wmaybe-uninitialized] 174 | fd_t res = internal_open(filename, flags, 0660); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
../../../../gcc-15.3.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:197:17: warning: 'diff' may be used uninitialized [-Wmaybe-uninitialized] 197 | previous += diff; | ^~~~ -
../../../../gcc-15.3.0/libsanitizer/lsan/lsan_common.cpp:807:29: warning: format '%zu' expects argument of type 'size_t', but argument 2 has type 'long long unsigned int' [-Wformat=] 807 | "Running thread %zu was not suspended. False leaks are possible.\n", | ~~^ | | | long unsigned int | %llu 808 | os_id); | ~~~~~ | | | long long unsigned int -
../../../../gcc-15.3.0/libsanitizer/asan/asan_interceptors_memintrinsics.h:57:10: warning: 'local_iovec.__sanitizer::__sanitizer_iovec::iov_base' may be used uninitialized [-Wmaybe-uninitialized] 57 | uptr __offset = (uptr)(offset); \ | ^~~~~~~~ -
../../../../gcc-15.3.0/libsanitizer/ubsan/ubsan_handlers.cpp:499:9: warning: '*(const __sanitizer::SymbolizedStack**)((char*)&Loc + offsetof(__ubsan::Location, __ubsan::Location::SymbolizedLoc))' may be used uninitialized [-Wmaybe-uninitialized] 499 | Loc = SLoc; | ~~~~^~~~~~ -
../../../../gcc-15.3.0/libsanitizer/ubsan/ubsan_diag.h:173:21: warning: 'CheckKindStr' may be used uninitialized [-Wmaybe-uninitialized] 173 | Args[NumArgs++] = A; | ~~~~~~~~~~~~~~~~^~~ -
../../../../gcc-15.3.0/libsanitizer/tsan/tsan_interceptors.h:117:20: warning: 'local_iovec.__sanitizer::__sanitizer_iovec::iov_base' may be used uninitialized [-Wmaybe-uninitialized] 117 | MemoryAccessRange(((TsanInterceptorContext *)ctx)->thr, \ | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 118 | ((TsanInterceptorContext *)ctx)->pc, (uptr)ptr, size, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 119 | true) | ~~~~~ -
../../../../gcc-15.3.0/libsanitizer/tsan/tsan_rtl.h:538:3: warning: 'local_iovec.__sanitizer::__sanitizer_iovec::iov_len' may be used uninitialized [-Wmaybe-uninitialized] 538 | if (size == 0) | ^~ -
../../../../gcc-15.3.0/libsanitizer/tsan/tsan_rtl.h:731:52: warning: 'evp' may be used uninitialized [-Wmaybe-uninitialized] 731 | atomic_store_relaxed(&thr->trace_pos, (uptr)(evp + 1)); | ~~~~~^~~~ -
../../../../gcc-15.3.0/libsanitizer/tsan/tsan_dense_alloc.h:165:46: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 165 | xchg = head_idx | (cmp & kCounterMask) + kCounterInc; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_checks.h:129:28: warning: 'nodebug' attribute directive ignored [-Wattributes] 129 | tag_t mem_tag, uptr ptr) { | ^ -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_checks.h:142:57: warning: 'nodebug' attribute directive ignored [-Wattributes] 142 | PossiblyShortTagMatches(tag_t mem_tag, uptr ptr, uptr sz) { | ^ -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_checks.h:154:72: warning: 'nodebug' attribute directive ignored [-Wattributes] 154 | __attribute__((always_inline, nodebug)) static void CheckAddress(uptr p) { | ^ -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_checks.h:168:78: warning: 'nodebug' attribute directive ignored [-Wattributes] 168 | uptr sz) { | ^ -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_malloc_bisect.h:44:22: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 44 | Printf("[alloc] %u %zu\n", h, orig_size); | ~^ ~ | | | | | __sanitizer::uptr {aka long unsigned int} | unsigned int | %lu -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_registers.h:27:57: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes] 27 | __attribute__((always_inline, unused)) static Registers GetRegisters() { | ^~~~~~~~~~~~ -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan.cpp:176:21: warning: format '%d' expects argument of type 'int', but argument 3 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 176 | "HWASAN pid: %d rss: %zd threads: %zd stacks: %zd" | ~^ | | | int | %ld -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan.cpp:354:52: warning: constructor priorities from 0 to 100 are reserved for the implementation [-Wprio-ctor-dtor] 354 | __attribute__((constructor(0))) void __hwasan_init() { | ^ -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan.cpp:693:47: warning: format '%p' expects argument of type 'void*', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 693 | "stack top: %p; target %p; distance: %p (%zd)\n" | ~^ | | | void* | %ld 694 | "False positive error reports may follow\n", 695 | (void *)sp, (void *)dst, dst - sp, dst - sp); | ~~~~~~~~ | | | __sanitizer::uptr {aka long unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_checks.h:39:44: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes] 39 | __attribute__((always_inline)) static void SigTrap(uptr p) { | ^~~~~~~ -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_checks.h:39:44: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
-
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_checks.h:89:44: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes] 89 | __attribute__((always_inline)) static void SigTrap(uptr p, uptr size) { | ^~~~~~~ -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_checks.h:154:53: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes] 154 | __attribute__((always_inline, nodebug)) static void CheckAddress(uptr p) { | ^~~~~~~~~~~~ -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_checks.h:154:53: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
-
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_checks.h:167:53: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes] 167 | __attribute__((always_inline, nodebug)) static void CheckAddressSized(uptr p, | ^~~~~~~~~~~~~~~~~ -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_checks.h:89:44: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
-
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_checks.h:167:53: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
-
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_interceptors.cpp:356:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes] 356 | InternalLongjmp(__hw_register_buf env, int retval) { | ^~~~~~~~~~~~~~~ -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:306:13: warning: format '%p' expects argument of type 'void*', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 306 | "%p is located %zd bytes %s a %zd-byte local variable %s " | ~^ | | | void* | %ld -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:307:14: warning: format '%p' expects argument of type 'void*', but argument 7 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 307 | "[%p,%p) " | ~^ | | | void* | %ld 308 | "in %s %s\n", 309 | untagged_addr, offset, whence, local.size, local.name, best_beg, | ~~~~~~~~ | | | __sanitizer::uptr {aka long unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:307:17: warning: format '%p' expects argument of type 'void*', but argument 8 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 307 | "[%p,%p) " | ~^ | | | void* | %ld -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:739:14: warning: format '%p' expects argument of type 'void*', but argument 2 has type 'long unsigned int' [-Wformat=] 739 | Printf("%p is located %zd bytes %s a %zd-byte region [%p,%p)\n", | ~^ | | | void* | %ld 740 | untagged_addr, offset, whence, | ~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:739:60: warning: format '%p' expects argument of type 'void*', but argument 6 has type 'long unsigned int' [-Wformat=] 739 | Printf("%p is located %zd bytes %s a %zd-byte region [%p,%p)\n", | ~^ | | | void* | %ld 740 | untagged_addr, offset, whence, 741 | candidate.heap.end - candidate.heap.begin, candidate.heap.begin, | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:739:63: warning: format '%p' expects argument of type 'void*', but argument 7 has type 'long unsigned int' [-Wformat=] 739 | Printf("%p is located %zd bytes %s a %zd-byte region [%p,%p)\n", | ~^ | | | void* | %ld -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:763:13: warning: format '%p' expects argument of type 'void*', but argument 2 has type 'long unsigned int' [-Wformat=] 763 | "%p is located %zd bytes %s a %zd-byte global variable " | ~^ | | | void* | %ld 764 | "%s [%p,%p) in %s\n", 765 | untagged_addr, | ~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:764:17: warning: format '%p' expects argument of type 'void*', but argument 7 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 764 | "%s [%p,%p) in %s\n", | ~^ | | | void* | %ld -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:764:20: warning: format '%p' expects argument of type 'void*', but argument 8 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 764 | "%s [%p,%p) in %s\n", | ~^ | | | void* | %ld -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:775:15: warning: format '%p' expects argument of type 'void*', but argument 2 has type 'long unsigned int' [-Wformat=] 775 | "%p is located %s a global variable in " | ~^ | | | void* | %ld 776 | "\n #0 0x%x (%s+0x%x)\n", 777 | untagged_addr, candidate.after ? "after" : "before", | ~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:776:26: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] 776 | "\n #0 0x%x (%s+0x%x)\n", | ~^ | | | unsigned int | %lx 777 | untagged_addr, candidate.after ? "after" : "before", 778 | candidate.untagged_addr, module_name, module_address); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:776:35: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 776 | "\n #0 0x%x (%s+0x%x)\n", | ~^ | | | unsigned int | %lx 777 | untagged_addr, candidate.after ? "after" : "before", 778 | candidate.untagged_addr, module_name, module_address); | ~~~~~~~~~~~~~~ | | | __sanitizer::uptr {aka long unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:781:15: warning: format '%p' expects argument of type 'void*', but argument 2 has type 'long unsigned int' [-Wformat=] 781 | "%p is located %s a %zd-byte global variable in " | ~^ | | | void* | %ld 782 | "\n #0 0x%x (%s+0x%x)\n", 783 | untagged_addr, candidate.after ? "after" : "before", size, | ~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:782:26: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] 782 | "\n #0 0x%x (%s+0x%x)\n", | ~^ | | | unsigned int | %lx 783 | untagged_addr, candidate.after ? "after" : "before", size, 784 | candidate.untagged_addr, module_name, module_address); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:782:35: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 782 | "\n #0 0x%x (%s+0x%x)\n", | ~^ | | | unsigned int | %lx 783 | untagged_addr, candidate.after ? "after" : "before", size, 784 | candidate.untagged_addr, module_name, module_address); | ~~~~~~~~~~~~~~ | | | __sanitizer::uptr {aka long unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:795:16: warning: format '%p' expects argument of type 'void*', but argument 3 has type 'long unsigned int' [-Wformat=] 795 | Printf("%s%p is HWAsan shadow memory.\n%s", d.Location(), untagged_addr, | ~^ ~~~~~~~~~~~~~ | | | | void* long unsigned int | %ld -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:803:14: warning: format '%p' expects argument of type 'void*', but argument 3 has type 'long unsigned int' [-Wformat=] 803 | "%s[%p,%p) is a %s %s heap chunk; " | ~^ | | | void* | %ld 804 | "size: %zd offset: %zd\n%s", 805 | d.Location(), heap.begin, heap.begin + heap.size, | ~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:803:17: warning: format '%p' expects argument of type 'void*', but argument 4 has type 'long unsigned int' [-Wformat=] 803 | "%s[%p,%p) is a %s %s heap chunk; " | ~^ | | | void* | %ld 804 | "size: %zd offset: %zd\n%s", 805 | d.Location(), heap.begin, heap.begin + heap.size, | ~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:824:22: warning: format '%p' expects argument of type 'void*', but argument 2 has type 'long unsigned int' [-Wformat=] 824 | Printf("Address %p is located in stack of thread T%zd\n", untagged_addr, | ~^ ~~~~~~~~~~~~~ | | | | void* long unsigned int | %ld -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:824:57: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type '__sanitizer::u32' {aka 'unsigned int'} [-Wformat=] 824 | Printf("Address %p is located in stack of thread T%zd\n", untagged_addr, | ~~^ | | | long int | %d 825 | sa.thread_id()); | ~~~~~~~~~~~~~~ | | | __sanitizer::u32 {aka unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:844:14: warning: format '%p' expects argument of type 'void*', but argument 2 has type 'long unsigned int' [-Wformat=] 844 | Printf("%p is located %zd bytes inside a %zd-byte region [%p,%p)\n", | ~^ | | | void* | %ld 845 | untagged_addr, untagged_addr - UntagAddr(har.tagged_addr), | ~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:844:48: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'unsigned int' [-Wformat=] 844 | Printf("%p is located %zd bytes inside a %zd-byte region [%p,%p)\n", | ~~^ | | | long int | %d 845 | untagged_addr, untagged_addr - UntagAddr(har.tagged_addr), 846 | har.requested_size, UntagAddr(har.tagged_addr), | ~~~~~~~~~~~~~~~~~~ | | | unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:844:64: warning: format '%p' expects argument of type 'void*', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 844 | Printf("%p is located %zd bytes inside a %zd-byte region [%p,%p)\n", | ~^ | | | void* | %ld 845 | untagged_addr, untagged_addr - UntagAddr(har.tagged_addr), 846 | har.requested_size, UntagAddr(har.tagged_addr), | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | __sanitizer::uptr {aka long unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:844:67: warning: format '%p' expects argument of type 'void*', but argument 6 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 844 | Printf("%p is located %zd bytes inside a %zd-byte region [%p,%p)\n", | ~^ | | | void* | %ld -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:860:53: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'int' [-Wformat=] 860 | Printf("hwasan_dev_note_heap_rb_distance: %zd %zd\n", ha.ring_index + 1, | ~~^ | | | long int | %d 861 | flags()->heap_history_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:917:39: warning: format '%p' expects argument of type 'void*', but argument 4 has type 'long unsigned int' [-Wformat=] 917 | Report("ERROR: %s: %s on address %p at pc %p on thread T%zd\n", | ~^ | | | void* | %ld 918 | SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id()); | ~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:917:48: warning: format '%p' expects argument of type 'void*', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 917 | Report("ERROR: %s: %s on address %p at pc %p on thread T%zd\n", | ~^ | | | void* | %ld 918 | SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id()); | ~~ | | | __sanitizer::uptr {aka long unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:917:63: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type '__sanitizer::u32' {aka 'unsigned int'} [-Wformat=] 917 | Report("ERROR: %s: %s on address %p at pc %p on thread T%zd\n", | ~~^ | | | long int | %d 918 | SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id()); | ~~~~~~~~~~~~~~~~~~~ | | | __sanitizer::u32 {aka unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:920:39: warning: format '%p' expects argument of type 'void*', but argument 4 has type 'long unsigned int' [-Wformat=] 920 | Report("ERROR: %s: %s on address %p at pc %p on unknown thread\n", | ~^ | | | void* | %ld 921 | SanitizerToolName, bug_type, untagged_addr, pc); | ~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:920:48: warning: format '%p' expects argument of type 'void*', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 920 | Report("ERROR: %s: %s on address %p at pc %p on unknown thread\n", | ~^ | | | void* | %ld 921 | SanitizerToolName, bug_type, untagged_addr, pc); | ~~ | | | __sanitizer::uptr {aka long unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:969:40: warning: format '%p' expects argument of type 'void*', but argument 4 has type 'long unsigned int' [-Wformat=] 969 | Report("ERROR: %s: %s; heap object [%p,%p) of size %zd\n", SanitizerToolName, | ~^ | | | void* | %ld 970 | bug_type, untagged_addr, untagged_addr + orig_size, orig_size); | ~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:969:43: warning: format '%p' expects argument of type 'void*', but argument 5 has type 'long unsigned int' [-Wformat=] 969 | Report("ERROR: %s: %s; heap object [%p,%p) of size %zd\n", SanitizerToolName, | ~^ | | | void* | %ld 970 | bug_type, untagged_addr, untagged_addr + orig_size, orig_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1039:37: warning: format '%p' expects argument of type 'void*', but argument 4 has type 'long unsigned int' [-Wformat=] 1039 | Report("ERROR: %s: %s on address %p at pc %p\n", SanitizerToolName, bug_type, | ~^ | | | void* | %ld 1040 | untagged_addr, pc); | ~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1039:46: warning: format '%p' expects argument of type 'void*', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 1039 | Report("ERROR: %s: %s on address %p at pc %p\n", SanitizerToolName, bug_type, | ~^ | | | void* | %ld 1040 | untagged_addr, pc); | ~~ | | | __sanitizer::uptr {aka long unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1051:29: warning: format '%p' expects argument of type 'void*', but argument 4 has type 'long unsigned int' [-Wformat=] 1051 | "%s of size %zu at %p tags: %02x/%02x(%02x) (ptr/mem) in thread T%zd\n", | ~^ | | | void* | %ld 1052 | is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag, | ~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1051:76: warning: format '%zd' expects argument of type 'signed size_t', but argument 8 has type '__sanitizer::u32' {aka 'unsigned int'} [-Wformat=] 1051 | "%s of size %zu at %p tags: %02x/%02x(%02x) (ptr/mem) in thread T%zd\n", | ~~^ | | | long int | %d 1052 | is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag, 1053 | mem_tag, short_tag, t->unique_id()); | ~~~~~~~~~~~~~~ | | | __sanitizer::u32 {aka unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1055:32: warning: format '%p' expects argument of type 'void*', but argument 4 has type 'long unsigned int' [-Wformat=] 1055 | Printf("%s of size %zu at %p tags: %02x/%02x (ptr/mem) in thread T%zd\n", | ~^ | | | void* | %ld 1056 | is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag, | ~~~~~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1055:73: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type '__sanitizer::u32' {aka 'unsigned int'} [-Wformat=] 1055 | Printf("%s of size %zu at %p tags: %02x/%02x (ptr/mem) in thread T%zd\n", | ~~^ | | | long int | %d 1056 | is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag, 1057 | mem_tag, t->unique_id()); | ~~~~~~~~~~~~~~ | | | __sanitizer::u32 {aka unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1096:55: warning: format '%p' expects argument of type 'void*', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 1096 | Printf("\nRegisters where the failure occurred (pc %p):\n", pc); | ~^ ~~ | | | | void* __sanitizer::uptr {aka long unsigned int} | %ld -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1103:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 1103 | Printf(" x0 %016llx x1 %016llx x2 %016llx x3 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1104 | frame[0], frame[1], frame[2], frame[3]); | ~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1103:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 1103 | Printf(" x0 %016llx x1 %016llx x2 %016llx x3 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1104 | frame[0], frame[1], frame[2], frame[3]); | ~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1103:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] 1103 | Printf(" x0 %016llx x1 %016llx x2 %016llx x3 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1104 | frame[0], frame[1], frame[2], frame[3]); | ~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1103:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] 1103 | Printf(" x0 %016llx x1 %016llx x2 %016llx x3 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1104 | frame[0], frame[1], frame[2], frame[3]); | ~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1110:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 1110 | Printf(" x4 %016llx x5 %016llx x6 %016llx x7 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1111 | frame[4], frame[5], frame[6], frame[7]); | ~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1110:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 1110 | Printf(" x4 %016llx x5 %016llx x6 %016llx x7 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1111 | frame[4], frame[5], frame[6], frame[7]); | ~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1110:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] 1110 | Printf(" x4 %016llx x5 %016llx x6 %016llx x7 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1111 | frame[4], frame[5], frame[6], frame[7]); | ~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1110:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] 1110 | Printf(" x4 %016llx x5 %016llx x6 %016llx x7 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1111 | frame[4], frame[5], frame[6], frame[7]); | ~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1112:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 1112 | Printf(" x8 %016llx x9 %016llx x10 %016llx x11 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1113 | frame[8], frame[9], frame[10], frame[11]); | ~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1112:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 1112 | Printf(" x8 %016llx x9 %016llx x10 %016llx x11 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1113 | frame[8], frame[9], frame[10], frame[11]); | ~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1112:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] 1112 | Printf(" x8 %016llx x9 %016llx x10 %016llx x11 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1113 | frame[8], frame[9], frame[10], frame[11]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1112:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] 1112 | Printf(" x8 %016llx x9 %016llx x10 %016llx x11 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1113 | frame[8], frame[9], frame[10], frame[11]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1114:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 1114 | Printf(" x12 %016llx x13 %016llx x14 %016llx x15 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1115 | frame[12], frame[13], frame[14], frame[15]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1114:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 1114 | Printf(" x12 %016llx x13 %016llx x14 %016llx x15 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1115 | frame[12], frame[13], frame[14], frame[15]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1114:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] 1114 | Printf(" x12 %016llx x13 %016llx x14 %016llx x15 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1115 | frame[12], frame[13], frame[14], frame[15]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1114:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] 1114 | Printf(" x12 %016llx x13 %016llx x14 %016llx x15 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1115 | frame[12], frame[13], frame[14], frame[15]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1116:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 1116 | Printf(" x16 %016llx x17 %016llx x18 %016llx x19 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1117 | frame[16], frame[17], frame[18], frame[19]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1116:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 1116 | Printf(" x16 %016llx x17 %016llx x18 %016llx x19 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1117 | frame[16], frame[17], frame[18], frame[19]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1116:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] 1116 | Printf(" x16 %016llx x17 %016llx x18 %016llx x19 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1117 | frame[16], frame[17], frame[18], frame[19]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1116:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] 1116 | Printf(" x16 %016llx x17 %016llx x18 %016llx x19 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1117 | frame[16], frame[17], frame[18], frame[19]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1118:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 1118 | Printf(" x20 %016llx x21 %016llx x22 %016llx x23 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1119 | frame[20], frame[21], frame[22], frame[23]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1118:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 1118 | Printf(" x20 %016llx x21 %016llx x22 %016llx x23 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1119 | frame[20], frame[21], frame[22], frame[23]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1118:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] 1118 | Printf(" x20 %016llx x21 %016llx x22 %016llx x23 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1119 | frame[20], frame[21], frame[22], frame[23]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1118:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] 1118 | Printf(" x20 %016llx x21 %016llx x22 %016llx x23 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1119 | frame[20], frame[21], frame[22], frame[23]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1120:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 1120 | Printf(" x24 %016llx x25 %016llx x26 %016llx x27 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1121 | frame[24], frame[25], frame[26], frame[27]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1120:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 1120 | Printf(" x24 %016llx x25 %016llx x26 %016llx x27 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1121 | frame[24], frame[25], frame[26], frame[27]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1120:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] 1120 | Printf(" x24 %016llx x25 %016llx x26 %016llx x27 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1121 | frame[24], frame[25], frame[26], frame[27]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1120:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] 1120 | Printf(" x24 %016llx x25 %016llx x26 %016llx x27 %016llx\n", | ~~~~~~^ | | | long long unsigned int | %016lx 1121 | frame[24], frame[25], frame[26], frame[27]); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1125:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 1125 | Printf(" x28 %016llx x29 %016llx x30 %016llx sp %016llx\n", frame[28], | ~~~~~~^ ~~~~~~~~~ | | | | long long unsigned int long unsigned int | %016lx -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1125:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 1125 | Printf(" x28 %016llx x29 %016llx x30 %016llx sp %016llx\n", frame[28], | ~~~~~~^ | | | long long unsigned int | %016lx 1126 | frame[29], frame[30], reinterpret_cast<const u8 *>(frame) + 256); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1125:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] 1125 | Printf(" x28 %016llx x29 %016llx x30 %016llx sp %016llx\n", frame[28], | ~~~~~~^ | | | long long unsigned int | %016lx 1126 | frame[29], frame[30], reinterpret_cast<const u8 *>(frame) + 256); | ~~~~~~~~~ | | | long unsigned int -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_report.cpp:1125:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'const __sanitizer::u8*' {aka 'const unsigned char*'} [-Wformat=] 1125 | Printf(" x28 %016llx x29 %016llx x30 %016llx sp %016llx\n", frame[28], | ~~~~~~^ | | | long long unsigned int | %016hhn 1126 | frame[29], frame[30], reinterpret_cast<const u8 *>(frame) + 256); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const __sanitizer::u8* {aka const unsigned char*} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_thread.cpp:123:16: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type '__sanitizer::u32' {aka 'unsigned int'} [-Wformat=] 123 | Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_, | ~~^ ~~~~~~~~~~ | | | | long int __sanitizer::u32 {aka unsigned int} | %d -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_thread.cpp:123:30: warning: format '%p' expects argument of type 'void*', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 123 | Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_, | ~^ | | | void* | %ld 124 | (void *)this, stack_bottom(), stack_top(), | ~~~~~~~~~~~~~~ | | | __sanitizer::uptr {aka long unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_thread.cpp:123:33: warning: format '%p' expects argument of type 'void*', but argument 6 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 123 | Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_, | ~^ | | | void* | %ld 124 | (void *)this, stack_bottom(), stack_top(), | ~~~~~~~~~~~ | | | __sanitizer::uptr {aka long unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_thread.cpp:123:51: warning: format '%p' expects argument of type 'void*', but argument 8 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 123 | Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_, | ~^ | | | void* | %ld 124 | (void *)this, stack_bottom(), stack_top(), 125 | stack_top() - stack_bottom(), tls_begin(), tls_end()); | ~~~~~~~~~~~ | | | __sanitizer::uptr {aka long unsigned int} -
../../../../gcc-15.3.0/libsanitizer/hwasan/hwasan_thread.cpp:123:54: warning: format '%p' expects argument of type 'void*', but argument 9 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=] 123 | Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_, | ~^ | | | void* | %ld 124 | (void *)this, stack_bottom(), stack_top(), 125 | stack_top() - stack_bottom(), tls_begin(), tls_end()); | ~~~~~~~~~ | | | __sanitizer::uptr {aka long unsigned int}