[tuples] constructors and assorted infrastructure

Andrew Pinski pinskia@gmail.com
Fri May 4 17:07:00 GMT 2007


On 5/4/07, Aldy Hernandez <aldyh@redhat.com> wrote:
> -#define GS_SEQ_INIT {0, 0}
> +#define GS_SEQ_INIT (struct gs_sequence) {0, 0}

You cannot use C99 in GCC sources.

Thanks,
Andrew Pinski



More information about the Gcc-patches mailing list