Re: _Optional: a type qualifier to indicate pointer nullability

2023-02-05 Thread Jonathan Wakely via Gcc
On Sun, 5 Feb 2023, 08:07 Christopher Bazley, wrote: > > > On Sat, 4 Feb 2023 at 23:53, Jonathan Wakely > wrote: > >> >> >> On Sat, 4 Feb 2023, 21:23 Christopher Bazley, wrote: >> >>> >>> >>> On Sat, 4 Feb 2023 at 20:40, Jonathan Wakely >>> wrote: >>> On Sat, 4 Feb 2023, 17:01 Christ

Re: _Optional: a type qualifier to indicate pointer nullability

2023-02-05 Thread Christopher Bazley via Gcc
On Sat, 4 Feb 2023 at 23:53, Jonathan Wakely wrote: > > > On Sat, 4 Feb 2023, 21:23 Christopher Bazley, wrote: > >> >> >> On Sat, 4 Feb 2023 at 20:40, Jonathan Wakely >> wrote: >> >>> >>> On Sat, 4 Feb 2023, 17:01 Christopher Bazley via Gcc, >>> wrote: >>> Does the lack of support fo

Re: _Optional: a type qualifier to indicate pointer nullability

2023-02-04 Thread Jonathan Wakely via Gcc
On Sat, 4 Feb 2023, 21:23 Christopher Bazley, wrote: > > > On Sat, 4 Feb 2023 at 20:40, Jonathan Wakely > wrote: > >> >> On Sat, 4 Feb 2023, 17:01 Christopher Bazley via Gcc, >> wrote: >> >>> >>> Does the lack of support for Clang's nullability qualifiers in GCC >>> indicate >>> a greater likel

Re: _Optional: a type qualifier to indicate pointer nullability

2023-02-04 Thread Christopher Bazley via Gcc
On Sat, 4 Feb 2023 at 20:40, Jonathan Wakely wrote: > > On Sat, 4 Feb 2023, 17:01 Christopher Bazley via Gcc, > wrote: > >> >> Does the lack of support for Clang's nullability qualifiers in GCC >> indicate >> a greater likelihood for my proposed feature to be accepted into GCC? > > > No, I don't

Re: _Optional: a type qualifier to indicate pointer nullability

2023-02-04 Thread Jonathan Wakely via Gcc
On Sat, 4 Feb 2023, 17:01 Christopher Bazley via Gcc, wrote: > > Does the lack of support for Clang's nullability qualifiers in GCC indicate > a greater likelihood for my proposed feature to be accepted into GCC? No, I don't think so. I think it would be better to support the same qualifiers as