Go to file
Mike Stump 929e10f4cf rtl.texi (const_double): Document as sign-extending.
* doc/rtl.texi (const_double): Document as sign-extending.
	* expmed.c (expand_mult): Ensure we don't use shift
	incorrectly.
	* emit-rtl.c (immed_double_int_const): Refine to state the
	value is signed.
	* simplify-rtx.c (mode_signbit_p): Add a fixme for wider than
	CONST_DOUBLE integers.
	(simplify_const_unary_operation, UNSIGNED_FLOAT): Ensure no
	negative values are converted.  Fix conversions bigger than
	HOST_BITS_PER_WIDE_INT.
	(simplify_binary_operation_1): Ensure we don't use shift
	incorrectly.
	(simplify_immed_subreg): Sign-extend CONST_DOUBLEs.
	* explow.c (plus_constant_mode): Add.
	(plus_constant): Implement with plus_constant_mode.
	* rtl.h (plus_constant_mode): Add.

From-SVN: r186147
2012-04-04 20:27:17 +00:00
INSTALL
boehm-gc Fix changelog format. 2012-02-28 18:02:56 +00:00
config mmap.m4: Use *vms* instead of vms*. 2012-04-03 12:07:28 +00:00
contrib re PR target/52737 ([avr]: -mtiny-stack shall not influence multilib selection) 2012-03-28 08:31:26 +00:00
fixincludes inclhack.def (aix_malloc): New. 2012-03-23 19:55:01 -04:00
gcc rtl.texi (const_double): Document as sign-extending. 2012-04-04 20:27:17 +00:00
gnattools Remove obsolete IRIX 6.5 support 2012-03-14 16:33:37 +00:00
include dwarf2.h (enum dwarf_form): Add Fission extensions. 2012-01-26 14:58:11 -08:00
intl
libada Makefile.in (bindir): Import from autoconf and pass down to submake. 2012-02-24 16:17:01 +00:00
libcpp * ja.po: Update. 2012-03-27 15:29:38 +01:00
libdecnumber
libffi ffi.c (ffi_prep_args_SYSV): Declare double_tmp. 2012-04-02 13:29:22 -05:00
libgcc Update x32 rt_sigreturn syscall number to 0x40000201 2012-04-02 09:17:21 -07:00
libgfortran libgfortran.h: Include complex.h before math.h 2012-04-04 07:46:53 +00:00
libgo syscall: Add more constants. 2012-04-04 18:50:09 +00:00
libgomp Handle -mx32 like -m64 2012-03-31 14:08:22 -07:00
libiberty pex-unix.c (to_ptr32): Fix style. 2012-04-04 08:44:30 +00:00
libitm Use long long in gtm_jmpbuf for x86-64 2012-04-04 08:49:23 -07:00
libjava re PR libgcj/52694 (bootstrap failure: libjava/java/io/natVMConsole.cc:35:20: error: 'IUCL C' was not declared in this scope) 2012-03-26 16:24:33 +00:00
libmudflap
libobjc Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
libquadmath
libssp
libstdc++-v3 Partially revert: 2012-04-04 19:25:27 +02:00
lto-plugin re PR lto/50616 (lto1.exe: internal compiler error: invalid resolution in the resolution file) 2012-02-22 11:19:22 +01:00
maintainer-scripts crontab: Enable snapshots from gcc-4_7-branch. 2012-03-22 09:25:49 +00:00
zlib 2012-03-02 Matthias Klose <doko@ubuntu.com> 2012-03-02 17:15:20 +00:00
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog re PR target/52737 ([avr]: -mtiny-stack shall not influence multilib selection) 2012-03-28 08:31:26 +00:00
ChangeLog.tree-ssa
MAINTAINERS Remove obsolete IRIX 6.5 support 2012-03-14 16:33:37 +00:00
Makefile.def
Makefile.in
Makefile.tpl
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Remove obsolete IRIX 6.5 support 2012-03-14 16:33:37 +00:00
configure.ac Remove obsolete IRIX 6.5 support 2012-03-14 16:33:37 +00:00
depcomp
install-sh
libtool-ldflags
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

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.