As suggested in https://gcc.gnu.org/pipermail/gcc-patches/2025-January/673558.html update the gcc-15 Changes page:
Add ILP32 depreciation to Caveats section. --- diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 1c690c4a168f4d6297ad33dd5b798e9200792dc5..d5037efb34cc8e6d4bd5d7fc14e53e1454bb48f1 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -32,6 +32,9 @@ a work-in-progress.</p> <li>Support for Nios II targets, which was marked obsolete in GCC 14, has now been removed entirely. </li> + <li>In the AArch64 port, support for ILP32 (<code>-mabi=ilp32</code>) has + been deprecated and will be removed in a future release. + </li> </ul>