gcc/gcc ChangeLog.dfp dfp.c dfp.h real.c

jgrimm@gcc.gnu.org jgrimm@gcc.gnu.org
Thu May 26 21:54:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	dfp-branch
Changes by:	jgrimm@gcc.gnu.org	2005-05-26 21:54:14

Modified files:
	gcc            : ChangeLog.dfp dfp.c dfp.h real.c 

Log message:
	Add support for real_to_integer when reals are decimal floats.  Basically,
	truncate, rescale, and then convert to a binary float, so can then re-use
	the real_to_integer functions.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.dfp.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.55&r2=1.1.2.56
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dfp.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.9&r2=1.1.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dfp.h.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.7&r2=1.1.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/real.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.151.4.8&r2=1.151.4.9



More information about the Gcc-cvs mailing list