--- Comment #3 from b07584 at freescale dot com 2009-04-08 17:46 ---
(In reply to comment #0)
> This testcase:
>
> #define debug(format, ...) format, ## __VA_ARGS__)
> debug(X);
> debug(Y, 1, 2);
> debug(Y, 1, 2 );
> debug(Z, );
> debug(W,);
>
> Should
--- Comment #8 from b07584 at freescale dot com 2009-04-08 21:36 ---
> Standard C does not permit initializing the flexible array member.
>
However, (using revision 145360) with -std=c99, the given code compiles
- no error is issued.
--
b07584 at freescale dot com c