On Wed, 15 Jan 2025, Jakub Jelinek wrote: > Hi! > > The following patch attempts to document in similar style to last years > new C++23/26 papers and DRs implemented in GCC 15 (for > the papers I've used https://gcc.gnu.org/projects/cxx-status.html > as source, for DRs skimmed gcc-cvs commits with /DRs/ and left out those > that just committed a testcase for something that was already working), > C2Y papers (again, scanned gcc-cvs, dunno if I've handled everything) > and for C23 just mentioned #embed, unsequenced/reproduceable and > __STDC_VERSION__ bump. > Martin's aliasing/type compatibility changes are missing (dunno how to > word those) and we need to document that C switched to -std=gnu23 by > default. > In addition to that I went through all my r15- commits and tried to > find user visible stuff that should be documented (left out > __builtin_operator_{new,delete} as I think that is meant to be used > primarily just in libstdc++ headers). > > Ok for wwwdocs?
The C parts are OK. -- Joseph S. Myers josmy...@redhat.com