Go to file
Richard Guenther 6eee989369 re PR tree-optimization/26763 (wrong final value of induction variable calculated)
2006-04-05  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/26763
	* fold-const.c (fold_comparison): Move folding of
	PTR + CST CMP PTR + CST ...
	(fold_binary): ... here.  Fold only for EQ_EXPR and NE_EXPR.

	* gcc.dg/torture/pr26763-1.c: New testcase.
	* gcc.dg/torture/pr26763-2.c: Likewise.

From-SVN: r112697
2006-04-05 08:16:38 +00:00
INSTALL
boehm-gc configure.ac (THREADS): Add REENTRANT for *-*-hpux11*. 2006-03-24 18:59:29 +01:00
config [multiple changes] 2006-02-14 09:36:24 +00:00
contrib * gennews (files): Update for GCC 4.1. 2006-02-28 08:10:09 +00:00
fixincludes re PR target/26189 (Bug in vendor /usr/include/net/if.h needs fixincluding on HPUX) 2006-02-18 15:58:06 +00:00
gcc re PR tree-optimization/26763 (wrong final value of induction variable calculated) 2006-04-05 08:16:38 +00:00
gnattools
include * md5.h: Include ansidecl.h 2006-01-18 15:21:59 -05:00
intl
libada Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET. 2005-12-05 14:40:27 +00:00
libcpp * sv.po: Update. 2006-03-31 18:05:06 +01:00
libdecnumber decLibrary.c (__dec_byte_swap): Use uint32_t for argument and return types. 2006-02-06 15:27:16 +11:00
libffi ffitarget.h (enum ffi_abi): Add FFI_LINUX. 2006-03-24 09:45:46 +10:30
libgcc-math Makefile.am: Do not build dbl-64 variants. 2006-03-30 12:11:16 +00:00
libgfortran write.c (output_float): Update condition to not error when decimal precision in format specifier is zero. 2006-04-04 02:50:23 +00:00
libgomp re PR c++/26691 (Wrong code for constructor with default value) 2006-03-21 17:21:24 +01:00
libiberty pex-win32.c (<errno.h>): Include. 2006-03-31 22:16:35 +00:00
libjava re PR classpath/26990 (SecurityManager.checkExit() problem) 2006-04-04 23:25:09 +00:00
libmudflap libmudflap.exp (libmudflap-init): Remove -static from MUDFLAP_FLAGS if static library not supported. 2005-11-22 20:35:51 +00:00
libobjc re PR libobjc/26309 (libobjc bootstrap failure on Tru64 UNIX V4.0F) 2006-02-21 19:13:21 +00:00
libssp re PR other/26473 (cross-building installs ssp headers to $(includedir)) 2006-02-28 00:41:19 +00:00
libstdc++-v3 sgetn.txt: Correct copyright holder. 2006-03-29 22:46:44 +00:00
maintainer-scripts crontab: Don't build snapshot for 3.4.x anymore. 2006-03-11 19:29:41 +00:00
zlib
ABOUT-NLS
COPYING
COPYING.LIB
ChangeLog configure.in: Require makeinfo 4.4 or higher. 2006-04-05 10:50:58 +10:00
ChangeLog.tree-ssa
MAINTAINERS MAINTAINERS: Add Richard Henderson as libgomp maintainer. 2006-04-04 05:41:24 +00:00
Makefile.def re PR bootstrap/25670 (build fail with 'make all-gcc') 2006-02-20 08:29:17 +00:00
Makefile.in Makefile.tpl (BUILD_CONFIGDIRS): Remove 2006-02-21 13:57:53 +00:00
Makefile.tpl Makefile.tpl (BUILD_CONFIGDIRS): Remove 2006-02-21 13:57:53 +00:00
README
README.SCO
compile
config-ml.in
config.guess Sync config.{sub,guess} from upstream sources 2005-11-22 20:41:02 +00:00
config.rpath
config.sub config.gcc (ms1): Replace with ... 2005-12-12 10:54:49 +00:00
configure configure.in: Require makeinfo 4.4 or higher. 2006-04-05 10:50:58 +10:00
configure.in configure.in: Require makeinfo 4.4 or higher. 2006-04-05 10:50:58 +10:00
depcomp
install-sh
libtool-ldflags libtool-ldflags: New script. 2006-01-03 00:30:27 +00:00
libtool.m4
ltcf-c.sh ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience' to match upstream libtool for darwin. 2005-11-18 23:53:08 +01:00
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh re PR libgcj/17311 (Wrong libgcc_s.so.1 is used by lt-gij) 2006-03-01 09:39:35 -08:00
missing
mkdep
mkinstalldirs
move-if-change Import from Autoconf sources: 2005-11-21 13:21:37 +11:00
symlink-tree
ylwrap

README

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.