Re: [DOC PATCH] Describe VLAs in struct/union (PR c/37428)

2014-03-25 Thread Joseph S. Myers
On Tue, 25 Mar 2014, Marek Polacek wrote: > We should mention this GNU C extension in the manual. > > Ok? > > 2014-03-25 Marek Polacek > > PR c/37428 > * doc/extend.texi (C Extensions): Mention variable-length arrays in > a structure/union. OK. -- Joseph S. Myers jos...@

[DOC PATCH] Describe VLAs in struct/union (PR c/37428)

2014-03-25 Thread Marek Polacek
We should mention this GNU C extension in the manual. Ok? 2014-03-25 Marek Polacek PR c/37428 * doc/extend.texi (C Extensions): Mention variable-length arrays in a structure/union. diff --git gcc/doc/extend.texi gcc/doc/extend.texi index 986cc94..b564ade 100644 --- gc