Go to file
Joseph Myers 4a73d8657b re PR other/25028 (TImode-to-floating conversions broken)
PR other/25028
	* libgcc2.h (SF_SIZE, DF_SIZE, XF_SIZE, TF_SIZE): Define.
	* libgcc2.c (__floatdixf, __floatundixf, __floatditf,
	__floatunditf): Use #error if type sizes don't match requirements
	of implementation.
	(__floatdisf, __floatdidf): Unify.  Possibly use XFmode or TFmode
	as wider floating-point type.  Use #error if type sizes don't
	match requirements of implementation.  Avoid overflow in computing
	Wtype_MAXp1_F * Wtype_MAXp1_F.  When special casing conversion,
	shift one more bit.  Cast 1 to DWtype or UDWtype for shifting.
	(__floatundisf, __floatundidf): Likewise.
	* config/ia64/hpux.h (XF_SIZE, TF_SIZE): Define.
	* config/ia64/ia64.c (ia64_init_libfuncs): Use
	_U_Qfcnvfxt_quad_to_quad and _U_Qfcnvxf_quad_to_quad for
	TFmode-TImode conversions.
	* doc/tm.texi (SF_SIZE, DF_SIZE, XF_SIZE, TF_SIZE): Document.

testsuite:
	* gcc.dg/torture/fp-int-convert-timode.c: Only XFAIL for LP64 IA64
	HP-UX.

From-SVN: r108598
2005-12-15 21:50:10 +00:00
boehm-gc
config
contrib
fastjar
fixincludes
gcc re PR other/25028 (TImode-to-floating conversions broken) 2005-12-15 21:50:10 +00:00
gnattools
include
INSTALL
intl
libada
libcpp
libdecnumber
libffi
libgfortran re PR libfortran/24991 (gfortran build fails with - error:gthr-default.h: No such file or directory) 2005-12-13 09:31:41 +01:00
libiberty
libjava libjava.exp: Revert 2005-12-01. 2005-12-15 18:07:32 +10:30
libmudflap
libobjc re PR libobjc/14382 ([libobjc] Calling +initialize on a per category basis) 2005-12-15 16:46:17 +00:00
libssp
libstdc++-v3 stl_vector.h (vector<>::_M_get_Tp_allocator): Change to return by ref and add non const version. 2005-12-15 11:31:59 +00:00
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog MAINTAINERS: Update my email address. 2005-12-15 20:04:48 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.in: Flip the top-level bootstrap switch. 2005-12-14 17:56:46 +00:00
configure.in configure.in: Flip the top-level bootstrap switch. 2005-12-14 17:56:46 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS MAINTAINERS: Update my email address. 2005-12-15 20:04:48 +00:00
Makefile.def
Makefile.in Makefile.tpl (all, [...]): Don't invoke $(stage) at the end. 2005-12-15 14:34:27 +00:00
Makefile.tpl Makefile.tpl (all, [...]): Don't invoke $(stage) at the end. 2005-12-15 14:34:27 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.