This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Cross-compiler between machines with different floating pointformat
> Date: Sat, 26 Aug 2000 09:41:10 -0400 (EDT)
> From: Stephen L Moshier <moshier@mediaone.net>
> Has there be a bug report about this?
It's not a bug, it's a missing feature.
> What is the problem with VMS? Which backend has the problem?
We don't have an emulator for the VMS floating-point format, so the
compiler can't do any arithmetic at compile time on such values. All
VMS ports (which is I believe only VAX and Alpha at this point) are
affected.
--
- Geoffrey Keating <geoffk@cygnus.com>