This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: trunk bootstrap failure in libgfortran for i686-pc-cygwin
- From: Tobias Burnus <burnus at net-b dot de>
- To: Rainer Emrich <rainer at emrich-ebersheim dot de>, gcc at gcc dot gnu dot org
- Date: Mon, 27 Jul 2009 09:22:55 +0200
- Subject: Re: trunk bootstrap failure in libgfortran for i686-pc-cygwin
Hi Rainer,
Rainer Emrich wrote:
> error: 'I' undeclared (first use in this function)
That's PR 40863 and a patch has been posted to
http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01520.html
That patch should also remove all those
> warning: no previous prototype for 'csinhf'
warnings.
Tobias