Angelo Graziosi <angelo.grazi...@alice.it> writes: > What it the best? DPD or BID?
The question is not appropriate for the gcc@gcc.gnu.org mailing list, which is for gcc developers. It would be appropriate for gcc-h...@gcc.gnu.org. Please take any followups to gcc-help. Thanks. You neglected to mention which version of gcc you are building. The decimal float support is relatively new. If you are using an x86 processor, as you suggested by mentioning cygwin, then you should probably use BID. If you configure with simply --enable-decimal-float on x86 you will get BID support. Ian