This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4: --enable-softfloat float <--> double conversions not implemented yet
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Gabor Greif <ggreif at lucent dot com>
- Cc: gcc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, Richard dot Earnshaw at arm dot com
- Date: Wed, 08 Oct 2003 10:18:39 +0100
- Subject: Re: 3.4: --enable-softfloat float <--> double conversions not implemented yet
- Organization: ARM Ltd.
- Reply-to: Richard dot Earnshaw at arm dot com
> Hi all,
>
> I am building a solaris host to powerpc-chorusos-elf
> cross compiler from HEAD.
>
> I configured this way:
> --with-cpu=860 --with-float=soft --disable-multilib --enable-softfloat
>
> So far I was able to work around all problems, but this one stops me:
>
> ppc-chorus/gcc/powerpc-chorusos-elf/libstdc++-v3/include/ostream:219: internal compiler error: in convert_move, at expr.c:630
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
>
I fixed this yesterday.
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00499.html
R.