Angelo Graziosi <angelo.grazi...@alice.it> writes:

> The current snapshot 4.5-20090507 fails to bootstrap on Cygwin:

There is a patch here:

http://gcc.gnu.org/ml/gcc-patches/2009-05/msg00125.html

Not sure if it has been approved.  I sort of thing that
    (enum format_lengths) 0
should be replaced by
    FMT_LEN_none

In c-format.c I replaced
    (enum format_std_version) 0
with
    STD_C89
but that is certainly more a style issue than anything substantive.

Ian

Reply via email to