[Bug target/126438] [17 Regression] Building cross-compiler to powerpc64-apple-darwin9 fails since r17-2606-g2c421a5cbe9d2b
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jul 30 06:38:18 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126438
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-16 branch has been updated by Avinash Jayakar
<avinashd@gcc.gnu.org>:
https://gcc.gnu.org/g:acea9c77d0f9ded41ec18006dd75097c7187248f
commit r16-9455-gacea9c77d0f9ded41ec18006dd75097c7187248f
Author: Avinash Jayakar <avinashd@linux.ibm.com>
Date: Wed Jul 29 12:40:57 2026 +0530
rs6000: Add dense math register names in darwin.h
Darwin maintains a separate array of register_names where the Dense Math
Registers were not added. This caused an ICE when building the darwin
cross compiler as reported in PR126438. This patch adds dense math
registers to the REGISTER_NAMES array to fix this issue.
2026-07-29 Avinash Jayakar <avinashd@linux.ibm.com>
gcc/ChangeLog:
PR target/126438
* config/rs6000/darwin.h (REGISTER_NAMES): Add dmf registers.
(cherry picked from commit e5587abccc1e0281ac85c37ca42faa97a4d0ea55)
More information about the Gcc-bugs
mailing list