]> git.ipfire.org Git - thirdparty/glibc.git/commit
stdio: Fix tst-vfprintf-user-type on clang
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Sat, 2 Apr 2022 02:51:04 +0000 (23:51 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 9 Apr 2025 16:36:14 +0000 (13:36 -0300)
commitfa83d4c15ba4d8ed746984eaf5256bf520f2cca3
tree1dd7cc35bd76bad0766eb274ffe6720c7020c5f5
parent8bbc0864ec228c62e527a3ed5ba0301a08bdc822
stdio: Fix tst-vfprintf-user-type on clang

The pointer alias comparison will be optimized away by the compiler,
and gcc and clang will evaluate differently (clang evaluates as
false, while gcc as true).
stdio-common/tst-vfprintf-user-type.c