------- Comment #23 from fxcoudert at gcc dot gnu dot org 2007-07-27 23:46 ------- (In reply to comment #22) > So we could fix this by doing the extract_real differently. Let em give this > further thought.
I plan to change that in the future, because always converting to the longest floating-point type is probably not efficient. In my opinion, we need specialized versions of this code for each floating-point type, but it requires a bit of clear thinking to minimize code duplication and to ease maintainance. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32841