Re: [PATCH] doc: Add explanation of zero-length array example

2023-04-27 Thread Richard Biener via Gcc-patches
On Wed, Apr 26, 2023 at 6:16 PM Jonathan Wakely via Gcc-patches wrote: > > As suggested here: > https://gcc.gnu.org/pipermail/gcc/2023-April/241190.html > > OK for trunk? OK > -- >8 -- > > gcc/ChangeLog: > > * doc/extend.texi (Zero Length): Describe example. > --- > gcc/doc/extend.texi

[PATCH] doc: Add explanation of zero-length array example

2023-04-26 Thread Jonathan Wakely via Gcc-patches
As suggested here: https://gcc.gnu.org/pipermail/gcc/2023-April/241190.html OK for trunk? -- >8 -- gcc/ChangeLog: * doc/extend.texi (Zero Length): Describe example. --- gcc/doc/extend.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi