This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Fwd: Failure in bootstrapping gfortran-4.5 on Cygwin]
- From: Ian Lance Taylor <iant at google dot com>
- To: Angelo Graziosi <angelo dot graziosi at alice dot it>
- Cc: GCC <gcc at gcc dot gnu dot org>
- Date: Fri, 08 May 2009 14:13:27 -0700
- Subject: Re: [Fwd: Failure in bootstrapping gfortran-4.5 on Cygwin]
- References: <4A0463F8.5080606@alice.it>
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