https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126438

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Avinash Jayakar <[email protected]>:

https://gcc.gnu.org/g:e5587abccc1e0281ac85c37ca42faa97a4d0ea55

commit r17-2807-ge5587abccc1e0281ac85c37ca42faa97a4d0ea55
Author: Avinash Jayakar <[email protected]>
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  <[email protected]>

    gcc/ChangeLog:
            PR target/126438
            * config/rs6000/darwin.h (REGISTER_NAMES): Add dmf registers.

Reply via email to