Re: [PATCH v8] Provide new GCC builtin __builtin_counted_by_ref [PR116016]

2024-10-15 Thread Qing Zhao
Thanks. Pushed as: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=e7380688fa5917011c3fb85b5e06fb00f776a95d Qing > On Oct 15, 2024, at 12:23, Joseph Myers wrote: > > On Fri, 11 Oct 2024, Qing Zhao wrote: > >> Hi, This is the 8th version of the patch. >> >> Compared to the 7th version, the maj

Re: [PATCH v8] Provide new GCC builtin __builtin_counted_by_ref [PR116016]

2024-10-15 Thread Joseph Myers
On Fri, 11 Oct 2024, Qing Zhao wrote: > Hi, This is the 8th version of the patch. > > Compared to the 7th version, the major changes are several documentation > wording issues raised by Joseph. > > The 7th version is at: > https://gcc.gnu.org/pipermail/gcc-patches/2024-September/664032.html > >