[Bug c/39383] sizeof object with zero-length array ignores initializer

2009-04-08 Thread b07584 at freescale dot com
--- 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

[Bug preprocessor/35010] preprocessor loses leading whitespace

2009-04-08 Thread b07584 at freescale dot com
--- 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