Internal Compiler Error (was: [PATCH v5 0/3] c: Add __lengthof__ operator)

2024-08-08 Thread Alejandro Colomar
Hi! While running `make check -j24`, I've seen an internal compiler error. I've tried to reproduce it, but it only triggered once that time. This is the only log I've been able to collect. I hope it helps. lto1: internal compiler error: in lto_read_decls, at lto/lto-common.cc:1970

Re: [PATCH v5 0/3] c: Add __lengthof__ operator

2024-08-07 Thread Alejandro Colomar
Hi David, On Wed, Aug 07, 2024 at 10:11:12AM GMT, david.brown wrote: > Hi,The address david.br...@hesbynett.no is not bouncing.  Its my email > address, and I'm getting the emails in this discussion just fine. Ahh, sorry, I didn't read the bounce notification properly; the address is indeed reach

Re: [PATCH v5 0/3] c: Add __lengthof__ operator

2024-08-07 Thread david.brown
ustedt , David Brown , Florian Weimer , Andreas Schwab Subject: Re: [PATCH v5 0/3] c: Add __lengthof__ operator is bouncing.  FYI.  I've removed it.On Wed, Aug 07, 2024 at 01:12:00AM GMT, Alejandro Colomar wrote:> Hi!> > This is ready for review.> > v5:> > -  Add

Re: [PATCH v5 0/3] c: Add __lengthof__ operator

2024-08-06 Thread Alejandro Colomar
is bouncing. FYI. I've removed it. On Wed, Aug 07, 2024 at 01:12:00AM GMT, Alejandro Colomar wrote: > Hi! > > This is ready for review. > > v5: > > - Add changelog entries. > - Wording fixes in commit messages. > - s/sizeof/lengthof/ in comment. > - CC += David, Florian, Andreas [Qing]

[PATCH v5 0/3] c: Add __lengthof__ operator

2024-08-06 Thread Alejandro Colomar
Hi! This is ready for review. v5: - Add changelog entries. - Wording fixes in commit messages. - s/sizeof/lengthof/ in comment. - CC += David, Florian, Andreas [Qing] - Docs: Remove some details about future directions. [Qing] - Docs: Add examples. [Qing] - Docs: Clarify when __lengtho