This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RFC: Enabling DFP/libbid on dditional target (mingw32)
- From: Danny Smith <dannysmith at clear dot net dot nz>
- To: "gcc at gcc dot gnu. org" <gcc at gcc dot gnu dot org>
- Date: Fri, 06 Jul 2007 20:50:04 +1200
- Subject: RFC: Enabling DFP/libbid on dditional target (mingw32)
Hello
On i686-pc-mingw32 I can build a libbid-enabled libgcc by adding
--enable-decimal-float=bid to configure and
setting ENABLE_DFP=1 in environment when running make bootstrap.
make -k check-gcc RUNSTESTFLAGS='dfp.exp" sets
check_effective_target_dfprt as true abd gives:
=== gcc Summary ===
# of expected passes 591
# of unsupported tests 1
/develop/svn/trunk/build/gcc/xgcc version 4.3.0 20070705 (experimental)
That looks promising.
Can somebody please advise of further test harness(es) for libbid? Or
am I missing a more fundamental reason for the limited range of targets
supporting DFP?
Danny