mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
a186dc916c
The current code declares double constants by using a char buffer and then casting the pointer to a different type. This makes the aliasing logic unhappy. Change it to use a union instead to avoid that. Signed-off-by: Mike Frysinger <vapier@gentoo.org> |
||
---|---|---|
.. | ||
aarch64 | ||
alpha | ||
am33 | ||
arm | ||
hppa | ||
ia64 | ||
m68k | ||
mips | ||
powerpc | ||
tile | ||
unix |