Go to file
Richard Guenther d817ed3b10 fold-const.c (fold_truth_not_expr): Rename from invert_truthvalue.
2006-06-15  Richard Guenther  <rguenther@suse.de>

	* fold-const.c (fold_truth_not_expr): Rename from
	invert_truthvalue.  Give it fold_* semantics to avoid
	generating garbage.
	(invert_truthvalue): New function.  Wrapper around
	fold_truth_not_expr.
	(optimize_minmax_comparison): Avoid creating garbage.
	(fold_unary): Use fold_truth_not_expr for folding
	TRUTH_NOT_EXPR.
	(fold_ternary): Replace uses of invert_truthvalue with
	fold_truth_not_expr where applicable.
	* tree.h (fold_truth_not_expr): Prototype.

From-SVN: r114683
2006-06-15 18:55:18 +00:00
boehm-gc
config Richard Earnshaw <rearnsha@arm.com> 2006-06-13 08:00:45 +00:00
contrib
fixincludes
gcc fold-const.c (fold_truth_not_expr): Rename from invert_truthvalue. 2006-06-15 18:55:18 +00:00
gnattools
include
INSTALL
intl
libada
libcpp
libdecnumber
libffi
libgfortran
libgomp re PR libgomp/28008 (build failure due to PTHREAD_STACK_MIN not being declared) 2006-06-14 08:20:01 -07:00
libiberty
libjava Makefile.am: Do not recurse into tools directory. 2006-06-15 18:42:46 +00:00
libmudflap
libobjc
libssp
libstdc++-v3 random (class xor_combine): Fix result_type typedef. 2006-06-15 10:19:06 +00:00
maintainer-scripts
zlib Makefile.am: Add html and install-html stubs. 2006-06-13 21:15:06 +00:00
ABOUT-NLS
ChangeLog Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS too. 2006-06-15 06:26:59 +00:00
ChangeLog.tree-ssa
compile
config-ml.in config-ml.in: Alter CCASFLAGS to include special multilib options the same as is done for CFLAGS. 2006-06-13 16:48:23 -04:00
config.guess
config.rpath
config.sub
configure configure.in: Don't enable libgomp on hpux10. 2006-06-13 02:40:01 +00:00
configure.in configure.in: Don't enable libgomp on hpux10. 2006-06-13 02:40:01 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool-ldflags
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def
Makefile.in Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS too. 2006-06-15 06:26:59 +00:00
Makefile.tpl Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS too. 2006-06-15 06:26:59 +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.