Re: ISO C3X proposal: nonnull qualifier

2021-11-16 Thread Alejandro Colomar (man-pages) via Gcc
Hi, Sorry for Clang people, when I started this thread, I wasn't subscribed to your list, and some messages are not on your list. You can find the complete thread on the GCC list: I have a few questions for you. See below, please. On

Re: "musttail" statement attribute for GCC?

2021-11-16 Thread Pietro Monteiro
On Fri, 2021-04-23 at 16:07 -0400, David Malcolm wrote: > On Fri, 2021-04-23 at 12:44 -0700, Josh Haberman via Gcc wrote: > > Would it be feasible to implement a "musttail" statement attribute > > in > > GCC to get a guarantee that tail call optimization will be > > performed? > > > > Such an attr

Re: [cfe-dev] ISO C3X proposal: nonnull qualifier

2021-11-16 Thread Arthur O'Dwyer via Gcc
On Tue, Nov 16, 2021 at 4:31 AM Jonathan Wakely via cfe-dev < cfe-...@lists.llvm.org> wrote: > On Mon, 15 Nov 2021, 21:15 Alejandro Colomar (man-pages) > wrote: > >> Also, I'm curious, do you do those diffs usually by hand? >> > > Yes. Just highlight text in red and green, with strike through or

Getting started with open-source contributions

2021-11-16 Thread RAMAN SHEKHAWAT (RA2011003010289) via Gcc
Respected Sir/Ma'am, I am Raman Shekhawat, a computer science undergraduate who has just entered his second year of college at SRM University. I am new to open-source contributions, but I am well versed with technologies like HTML5 and CSS, and also with programming languages like C++ and JavaScrip

Re: ISO C3X proposal: nonnull qualifier

2021-11-16 Thread Alejandro Colomar (man-pages) via Gcc
Hi Joseph, On 11/15/21 23:47, Joseph Myers wrote: On Mon, 15 Nov 2021, Alejandro Colomar (man-pages) via Gcc wrote: Hi Joseph, On 11/15/21 23:17, Joseph Myers wrote: On Mon, 15 Nov 2021, Alejandro Colomar (man-pages) via Gcc wrote: How is restrict handling that problem of lvalue-to-rvalue

Re: Anything I can contribute?

2021-11-16 Thread Martin Jambor
Hi Kaisheng, On Sat, Nov 13 2021, Deng Kaisheng wrote: > Hi, > > My name is Deng Kaisheng, a graduate student in National University of > Sinapore (NUS) now major in computer science. I've read the > introduction of your organization and I'm quite interested in what > you're doing. > > I want to d

Re: ISO C3X proposal: nonnull qualifier

2021-11-16 Thread Jonathan Wakely via Gcc
On Mon, 15 Nov 2021, 21:15 Alejandro Colomar (man-pages) wrote: > My intention is that the final PDF to be sent to the committee > will have those diffs. > But I have no clue of how to do that kind of things, > so for an initial draft to discuss on, > before even presenting it to the committee, >