]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86_64: Fix asm constraints in feraiseexcept (bug 30305)
authorFlorian Weimer <fweimer@redhat.com>
Mon, 3 Apr 2023 15:23:11 +0000 (17:23 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 24 Apr 2023 13:16:04 +0000 (15:16 +0200)
commit9cc2f41e52079869b64ee94d81f10626838f63de
tree0742513c2a94174e0130ff529dfd9c09f9bc6ed1
parent97ad4c64b9b65f4aacfef0176c1ab52264d94a9a
x86_64: Fix asm constraints in feraiseexcept (bug 30305)

The divss instruction clobbers its first argument, and the constraints
need to reflect that.  Fortunately, with GCC 12, generated code does
not actually change, so there is no externally visible bug.

Suggested-by: Jakub Jelinek <jakub@redhat.com>
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
(cherry picked from commit 5d1ccdda7b0c625751661d50977f3dfbc73f8eae)
NEWS
sysdeps/x86_64/fpu/fraiseexcpt.c