fix : fix implicit conversion that caused from compiler assumetion has multiple variable type (Format Specifier problem) #5

Merged
dalmurii merged 1 commit from kenter7317/aclspv:master into master 2026-05-23 15:59:38 +00:00
Contributor

fix : fix implicit conversion that caused from compiler assumetion has multiple variable type (Format Specifier problem)

Enviroment

OS: Arch Linux x86_64
Host: Windows Subsystem for Linux - archlinux (2.6.3.0)
Kernel: Linux 6.6.87.2-microsoft-standard-WSL2
CPU: AMD Ryzen 7 8845HS (16) @ 3.79 GHz
GPU 1: AMD Radeon(TM) Graphics (417.46 MiB) [Integrated]
GPU 2: NVIDIA GeForce RTX 4060 Laptop GPU @ 3.10 GHz (7.77 GiB) [Discrete]
Locale: en_US.UTF-8
Compiler:
    clang version 22.1.5
    Target: x86_64-pc-linux-gnu
    Thread model: posix
    InstalledDir: /usr/bin
Generator:
    ninja 1.13.2

Summary

in test/lifespan/compiler-run-multiple.c, test/lifespan/compiler-run.c
printf Format Specifier call's is produce compiler assumption works that variable named RET has type int or unsigned int variable type (Format Specifier problem) then this pull request contain explicit casting of Int with RET

# fix : fix implicit conversion that caused from compiler assumetion has multiple variable type (Format Specifier problem) ## Enviroment ``` OS: Arch Linux x86_64 Host: Windows Subsystem for Linux - archlinux (2.6.3.0) Kernel: Linux 6.6.87.2-microsoft-standard-WSL2 CPU: AMD Ryzen 7 8845HS (16) @ 3.79 GHz GPU 1: AMD Radeon(TM) Graphics (417.46 MiB) [Integrated] GPU 2: NVIDIA GeForce RTX 4060 Laptop GPU @ 3.10 GHz (7.77 GiB) [Discrete] Locale: en_US.UTF-8 Compiler: clang version 22.1.5 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin Generator: ninja 1.13.2 ``` ## Summary in test/lifespan/compiler-run-multiple.c, test/lifespan/compiler-run.c printf Format Specifier call's is produce compiler assumption works that variable named RET has type int or unsigned int variable type (Format Specifier problem) then this pull request contain explicit casting of Int with RET
kenter7317 changed title from fix : fix implicit conversion that caused from compiler assumetion has multiple variable type (Format Specifier problem) to WIP: fix : fix implicit conversion that caused from compiler assumetion has multiple variable type (Format Specifier problem) 2026-05-23 15:46:47 +00:00
kenter7317 changed title from WIP: fix : fix implicit conversion that caused from compiler assumetion has multiple variable type (Format Specifier problem) to fix : fix implicit conversion that caused from compiler assumetion has multiple variable type (Format Specifier problem) 2026-05-23 15:46:50 +00:00
dalmurii merged commit 0e55ec9d72 into master 2026-05-23 15:59:38 +00:00
Sign in to join this conversation.
No description provided.