Go to file
Richard Guenther 1caf8dd66c re PR middle-end/52578 (Fails to fold another size difference)
2012-03-14  Richard Guenther  <rguenther@suse.de>

	PR middle-end/52578
	* fold-const.c (fold_unary_loc): Fold (T1)(T2)x to (T1)x if
	the outermost conversion is a sign-change only.
	(fold_binary_loc): Disregard widening and sign-changing
	conversions when we determine if two variables are equal
	for reassociation.
	* tree-ssa-forwprop.c (combine_conversions): Fold (T1)(T2)x to
	(T1)x if the outermost conversion is a sign-change only.

	* gcc.dg/pr52578.c: New testcase.

From-SVN: r185378
2012-03-14 10:51:34 +00:00
boehm-gc
config Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
contrib * gennews (files): Add files for GCC 4.7. 2012-03-13 23:21:38 +00:00
fixincludes Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
gcc re PR middle-end/52578 (Fails to fold another size difference) 2012-03-14 10:51:34 +00:00
gnattools Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
include
INSTALL
intl
libada
libcpp
libdecnumber
libffi ffi.c (ffi_prep_closure_loc): Don't ASSERT ABI test, just return FFI_BAD_ABI when things are wrong. 2012-03-13 22:50:16 +00:00
libgcc Assert DWARF register size <= saved reg size 2012-03-13 10:07:50 -07:00
libgfortran Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
libgo libgo: Export {enter,exit}syscall and use it for getaddrinfo. 2012-03-13 23:01:30 +00:00
libgomp Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
libiberty
libitm libitm: Fix lost wake-up in serial lock. 2012-03-13 22:01:34 +00:00
libjava Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
libmudflap
libobjc Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
libquadmath
libssp
libstdc++-v3 Makefile.in (TEST_GCC_EXEC_PREFIX): New. 2012-03-14 05:51:14 +00:00
lto-plugin
maintainer-scripts crontab: Remove 4.4 branch from the list of snapshots to make. 2012-03-13 13:19:12 +01:00
zlib
ABOUT-NLS
ChangeLog Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
configure.ac Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
Makefile.def
Makefile.in
Makefile.tpl
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 files whose
names start with 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/ for how to report bugs usefully.