]> git.eshelyaron.com Git - emacs.git/commit
Work around GCC bug 117423
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 May 2025 17:07:04 +0000 (10:07 -0700)
committerEshel Yaron <me@eshelyaron.com>
Tue, 27 May 2025 14:29:19 +0000 (16:29 +0200)
commit781ecb5fd90c89988b97540f90ee290744615667
treef32ff2d4c46e9707d452127b3f7aa754b5b61cbc
parent06ba2c0053f64c4ef9afb47185b1ff913fbf0dab
Work around GCC bug 117423

Problem reported by Oliver Reiter and Pip Cet (Emacs bug#78473).
It looks like GCC tree-sra is trouble in general with how Emacs
uses unions, so disable tree-sra until the GCC bug is fixed.
* configure.ac (C_SWITCH_MACHINE): Also work around GCC bug 117423.

(cherry picked from commit 9dfc605654bea7a1346da224cf7e1eec850e05c4)
configure.ac