On Mon, 18 May 2026, [email protected] wrote: > From: Dhruv Chawla <[email protected]> > > Signed-off-by: Dhruv Chawla <[email protected]> > > libquadmath/ChangeLog: > > * math/powq.c: Fix typos. > * math/rem_pio2q.c: Likewise. > * printf/printf_fp.c (__quadmath_printf_fp): Likewise.
These files come from glibc, you need to fix them upstream instead (sysdeps/ieee754/dbl-64/k_rem_pio2.c has already been fixed). Note that while update-quadmath.py will update most files from glibc (possibly needs various updates to work with current glibc sources since it was last used in 2018), such automated updates haven't been implemented for the printf code. -- Joseph S. Myers [email protected]
