mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Update comments re GCC bugs 117423 and 119085
This commit is contained in:
parent
6eb6ef3d0c
commit
33adf9ea4e
1 changed files with 2 additions and 2 deletions
|
|
@ -2232,9 +2232,9 @@ AC_CACHE_CHECK([for flag to work around GCC union bugs],
|
|||
[/* Work around GCC bugs 117423 and 119085 re holes in unions:
|
||||
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117423
|
||||
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119085
|
||||
These are fixed in GCC 15.2.
|
||||
These are fixed in GCC 14.4 and 15.2.
|
||||
|
||||
Working wround them also works around GCC bug 58416
|
||||
Working around them also works around GCC bug 58416
|
||||
with double in unions on x86, where the generated insns
|
||||
copy non-floating-point data via fldl/fstpl instruction pairs.
|
||||
This can misbehave if the data's bit pattern looks like a NaN.
|
||||
|
|
|
|||
Loading…
Reference in a new issue