Go to file
Jakub Jelinek 4636c87e23 re PR c/4389 (Improper constant folding)
PR c/4389
	* tree.c (host_integerp): Ensure that the constant integer is
	representable in a HOST_WIDE_INT or an unsigned HOST_WIDE_INT
	when pos is zero or non-zero respectively.  Clarify comment.
	* c-format.c (check_format_info_recurse): Fix host_integerp
	usage; the pos argument should be zero when assigning to a
	signed HOST_WIDE_INT.

	* gcc.dg/20020219-1.c: New test.

From-SVN: r49914
2002-02-20 23:54:35 +01:00
boehm-gc Makefile.am: Re-add SUBDIRS parameter which was lost in merge. 2002-02-20 08:46:41 +00:00
config
contrib
fastjar
gcc re PR c/4389 (Improper constant folding) 2002-02-20 23:54:35 +01:00
include
INSTALL
libchill
libf2c Daily bump. 2002-02-20 08:16:22 +00:00
libffi
libiberty demangle-expected: Add test case for infinite loop in demangler. 2002-02-19 15:02:16 -05:00
libjava * libjava.lang/stringconst.xfail: xfail-output -> xfail-source-output. 2002-02-20 04:18:54 +00:00
libobjc re PR libobjc/4039 (installation location of libobjc is wrong) 2002-02-11 18:10:05 +00:00
libstdc++-v3 acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Also check version. 2002-02-20 22:10:39 +00:00
maintainer-scripts
zlib
.cvsignore
ChangeLog Makefile.in: Removed libstdc++-v3 dependancy for libjava and boehm-gc 2002-02-11 22:32:11 +00:00
config-ml.in
config.guess config.guess: Updated to 2002-01-30's version. 2002-02-09 03:00:13 +00:00
config.if
config.sub config.guess: Updated to 2002-01-30's version. 2002-02-09 03:00:13 +00:00
configure
configure.in config.guess: Updated to 2002-01-30's version. 2002-02-09 03:00:13 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.in Makefile.in: Removed libstdc++-v3 dependancy for libjava and boehm-gc 2002-02-11 22:32:11 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
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.