Andreas Schwab <[EMAIL PROTECTED]> wrote:
> > The gl_C_COMPOUND_LITERALS test can never succeed, since the test
> > program is invalid C. A compound literal is never a constant
> > expression, thus cannot be used to initialize a static variable.
Thanks for the patch. Since it's not obvious that t
Andreas Schwab <[EMAIL PROTECTED]> wrote:
> The gl_C_COMPOUND_LITERALS test can never succeed, since the test
> program is invalid C. A compound literal is never a constant
> expression, thus cannot be used to initialize a static variable.
Hi Andreas,
Thanks for the patch. It looks fine.
Howeve