Go to file
Michael Meissner 74fee7e9db re PR target/58673 (ICE in final_scan_insn for movti_ppc64 with base+offset address)
[gcc]
2013-10-17  Michael Meissner  <meissner@linux.vnet.ibm.com>

	PR target/58673
	* config/rs6000/rs6000.c (rs6000_legitimate_address_p): Only
	restrict TImode addresses to single indirect registers if both
	-mquad-memory and -mvsx-timode are used.
	(rs6000_output_move_128bit): Use quad_load_store_p to determine if
	we should emit load/store quad.  Remove using %y for quad memory
	addresses.

	* config/rs6000/rs6000.md (mov<mode>_ppc64, TI/PTImode): Add
	constraints to allow load/store quad on machines where TImode is
	not allowed in VSX registers.  Use 'n' instead of 'F' constraint
	for TImode to load integer constants.

[gcc/testsuite]
2013-10-17  Michael Meissner  <meissner@linux.vnet.ibm.com>

	PR target/58673
	* gcc.target/powerpc/pr58673-1.c: New file to test whether
	-mquad-word + -mno-vsx-timode causes errors.
	* gcc.target/powerpc/pr58673-2.c: Likewise.

From-SVN: r203782
2013-10-17 17:07:49 +00:00
boehm-gc
config
contrib gcc_update (files_and_dependencies): Fix rule for libgomp/testsuite/Makefile.in. 2013-10-11 12:43:36 +02:00
fixincludes
gcc re PR target/58673 (ICE in final_scan_insn for movti_ppc64 with base+offset address) 2013-10-17 17:07:49 +00:00
gnattools
include
INSTALL
intl
libada
libatomic [AArch64] Enable building libatomic on AArch64. 2013-10-17 15:49:27 +00:00
libbacktrace Add --enable-host-shared configuration option 2013-10-15 20:33:55 +00:00
libcpp Add --enable-host-shared configuration option 2013-10-15 20:33:55 +00:00
libdecnumber Add --enable-host-shared configuration option 2013-10-15 20:33:55 +00:00
libffi
libgcc For CRIS ports, switch to soft-fp. Improve arit.c and longlong.h. 2013-10-16 01:43:14 +00:00
libgfortran re PR fortran/55469 (memory leak on read with istat.ne.0) 2013-10-01 22:52:49 +02:00
libgo runtime: Fix build on systems without split stack. 2013-10-16 13:37:35 +00:00
libgomp intrinsic.texi (OpenMP Modules): Update to OpenMPv4. 2013-10-16 00:08:46 +02:00
libiberty Add --enable-host-shared configuration option 2013-10-15 20:33:55 +00:00
libitm
libjava
libmudflap
libobjc
libquadmath
libsanitizer
libssp
libstdc++-v3 regex.h (regex_token_iterator<>::regex_token_iterator): Add initialization for _M_has_m1. 2013-10-16 22:28:28 +00:00
libvtv
lto-plugin
maintainer-scripts
zlib Add --enable-host-shared configuration option 2013-10-15 20:33:55 +00:00
.dir-locals.el * .dir-locals.el: Add. 2013-10-16 18:25:31 +00:00
.gitignore
ABOUT-NLS
ChangeLog * .dir-locals.el: Add. 2013-10-16 18:25:31 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Add --enable-host-shared configuration option 2013-10-15 20:33:55 +00:00
configure.ac Add --enable-host-shared configuration option 2013-10-15 20:33:55 +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
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.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.