[Fwd: Failure in bootstrapping gfortran-4.5 on Cygwin]
Ian Lance Taylor
iant@google.com
Fri May 8 23:04:00 GMT 2009
Angelo Graziosi <angelo.graziosi@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
More information about the Gcc
mailing list