On Thu, Jun 12, 2025 at 12:50:00PM -0400, Marek Polacek wrote: > + <tr> > + <!-- r15-4729-g972f653cad2aed --> > + <td>More Modern Bit Utilities</td> > + <td><a > href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3367.htm">N3367</a></td> > + <!-- XXX Fully done? --> > + <td class="supported"><a href="../gcc-15/changes.html#c">15</a></td>
I think everything that needs compiler support is in GCC 15, but it is mostly a library thing which still needs to be written and only when that is done we'll know for sure. > + <!-- see patches in https://gcc.gnu.org/PR117023 --> > + <td>Allow zero length operations on null pointers</td> > + <td><a > href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3322.pdf">N3322</a></td> > + <td class="supported"><a href="../gcc-15/changes.html#c">15</a></td> > + <td>compiler side only</td> This is just partial in GCC 15, there is the N3466 paper that amended this and compiler side of that is awaiting patch review for GCC 16. So I think this bullet should mention both the papers and show the first one implemented in GCC 15 and second one unimplemented yet. Jakub