------- Comment #11 from howarth at nitro dot med dot uc dot edu  2010-09-04 
02:27 -------
I am not worried about $host vs $target but rather the nuances in the xno case
for x$enable_decimal_float in the original code. For gcc/configure.ac, this
sets...

enable_decimal_float=dpd

but that case is not handled in gcc/configure.ac. Likewise comparing
gcc/configure.ac to libdecnumber.ac,that case is also ignored but there also is
a wrapping test around the entire case statement of...

if test x$enable_decimal_float = xyes -o x$enable_decimal_float = xno; then

these subtleties have not been extended into dfp.m4 nor has the underlying
reason for them been addressed.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45524

Reply via email to