This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/34484] pulls in allegedly unneeded floatingpoint exception access funcs



------- Comment #10 from aldot at gcc dot gnu dot org  2008-06-24 11:19 -------
(In reply to comment #9)
> DFP needs floating point exception support. If your C library doesn't
> support it, you can disable DFP.

libdecnumber's configury should thus check whether fenv.h is available or not
and default to no if no fenv.h was found.

Looks like the enable_decimal_float handling is duplicated both in
gcc/configure.ac as well as libdecnumber/configure.ac. Is there a reason for
this duplication or is it pure oversight?


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]