This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Failure in bootstrapping gfortran-4.5 on Cygwin
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Angelo Graziosi <angelo dot graziosi at alice dot it>
- Cc: Fortran <fortran at gcc dot gnu dot org>
- Date: Fri, 8 May 2009 09:32:24 -0700
- Subject: Re: Failure in bootstrapping gfortran-4.5 on Cygwin
- References: <4A045246.4030302@alice.it>
On Fri, May 08, 2009 at 05:39:50PM +0200, Angelo Graziosi wrote:
> The current snapshot 4.5-20090507 fails to bootstrap on Cygwin:
>
> --------------------------------------------
> [...]
> /tmp/build/./prev-gcc/xgcc -B/tmp/build/./prev-gcc/
> -B/usr/local/gfortran/i686-pc-cygwin/bin/ -c -g -O2 -DIN_GCC -W -Wall
> -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual
> -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic
> -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror
> -DHAVE_CONFIG_H -I. -I. -I/tmp/gcc-4.5-20090507/gcc
> -I/tmp/gcc-4.5-20090507/gcc/. -I/tmp/gcc-4.5-20090507/gcc/../include
> -I/tmp/gcc-4.5-20090507/gcc/../libcpp/include
> -I/tmp/gcc-4.5-20090507/gcc/../libdecnumber
> -I/tmp/gcc-4.5-20090507/gcc/../libdecnumber/bid -I../libdecnumber -I.
> -I. -I/tmp/gcc-4.5-20090507/gcc -I/tmp/gcc-4.5-20090507/gcc/.
> -I/tmp/gcc-4.5-20090507/gcc/../include
> -I/tmp/gcc-4.5-20090507/gcc/../libcpp/include
> -I/tmp/gcc-4.5-20090507/gcc/../libdecnumber
> -I/tmp/gcc-4.5-20090507/gcc/../libdecnumber/bid -I../libdecnumber \
> /tmp/gcc-4.5-20090507/gcc/config/i386/msformat-c.c
> cc1: warnings being treated as errors
> /tmp/gcc-4.5-20090507/gcc/config/i386/msformat-c.c:39: error: enum
> conversion in initialization is invalid in C++
Not a gfortran problem.
Ask those that are breaking gcc to compile with a C++ compiler
for help.
--
Steve