]> git.eshelyaron.com Git - emacs.git/commit
Work around GCC bug 58416 on 32-bit x86
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Jul 2024 20:39:21 +0000 (13:39 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jul 2024 10:33:01 +0000 (12:33 +0200)
commitfab8a772f8a1e3cc55a678889e6d67d910b5bc9c
treef40c451aadd62eb7b8ac0738212a7c85c173b81a
parent8c9a6a844acf1c58f87bd758541357d9cd30782b
Work around GCC bug 58416 on 32-bit x86

* configure.ac (C_SWITCH_MATCHINE): On 32-bit x86 with GCC 4+,
append -mfpmath=sse (if SSE2 is known to work) or -fno-tree-sra
(otherwise) to work around GCC bug 58416.
* etc/NEWS: Mention this.

(cherry picked from commit 9f4fc6608212191e1a9e07bf89f38ba9e4ea786c)
configure.ac
etc/NEWS