This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via bc24a25b9df2d7185cd094e6f0b2aeb347c3fd35 (commit) from 4d03ca0c8c9d1ee86776ced617b05ad61168fdcf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bc24a25b9df2d7185cd094e6f0b2aeb347c3fd35 Author: Andi Kleen <a...@firstfloor.org> Date: Thu Apr 10 19:07:31 2025 -0700 Document large source file improvements diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index e29fca9d..a2ce8079 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -71,6 +71,13 @@ a work-in-progress.</p> host–device architecture combinations have been resolved. In particular, offloading from aarch64 hosts to nvptx devices is now supported. </li> + <li> + Improvements for compiling very large input files. The compile time for + large input files with <code>-Wmisleading-indentation</code> has been + significantly improved. The compiler can nopw track columnn numbers larger + than 4096. Very large source files or tokens larger than 32 characters + have more accurate location reporting. + </li> </ul> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- gcc-wwwdocs