Go to file
Alan Modra bfc45551d5 re PR target/18916 (mis-aligned vector code with copy memory (-maltivec))
PR target/18916
	* builtins.c (std_gimplify_va_arg_expr): Adjust alignment of *ap.
	* expr.h (struct locate_and_pad_arg_data): Add "boundary".
	* function.c (locate_and_pad_parm): Set new field.
	(assign_parm_find_stack_rtl): Use it instead of FUNCTION_ARG_BOUNDARY.
	Tweak where_pad test to include "none".  Always set mem align for
	stack_parm.
	(assign_parm_adjust_stack_rtl): Discard stack_parm if alignment
	not sufficient for type.
	(assign_parm_setup_block): If stack_parm is zero on entry, always
	make a new stack local.  Block move old stack parm if necessary
	to new aligned stack local.
	(assign_parm_setup_stack): Use a block move to handle
	potentially misaligned entry_parm.
	(assign_parms_unsplit_complex): Specify required alignment when
	creating stack local.
	* calls.c (compute_argument_addresses): Override alignment of stack
	arg calculated from its type with the alignment given by
	FUNCTION_ARG_BOUNDARY.
	(store_one_arg): Likewise.

From-SVN: r93179
2005-01-11 20:21:17 +10:30
boehm-gc boehm-gc.h: Include gc_ext_config.h, not gc_config.h. 2005-01-02 03:35:57 +00:00
config Introduce config/gxx-include-dir.m4. 2004-12-03 10:44:37 +00:00
contrib
fastjar Introduce and use config/gcc-version.m4. 2004-12-02 11:05:13 +00:00
fixincludes re PR bootstrap/18458 ("make install" -> fixincl missing extension) 2004-12-13 07:42:10 -08:00
gcc re PR target/18916 (mis-aligned vector code with copy memory (-maltivec)) 2005-01-11 20:21:17 +10:30
include fibheap.h (struct fibnode): Only use unsigned long bitfields when __GNUC__ is defined and ints are less... 2004-12-11 08:25:00 +11:00
INSTALL
intl
libada
libcpp Index: libcpp/ChangeLog 2005-01-04 02:13:56 +00:00
libffi types.c (FFI_AGGREGATE_TYPEDEF): Remove. 2004-12-31 14:04:30 -08:00
libgfortran re PR libfortran/18398 (Formatted I/O problems) 2005-01-07 03:25:47 +00:00
libiberty Makefile.in: Undo to 2004-12-17. 2004-12-27 13:00:12 -08:00
libjava * mauve-libgcj: Exclude some swing tests. 2005-01-10 22:57:53 +00:00
libmudflap * testsuite/libmudflap.c/pass32-frag.c: Fix typo. 2005-01-05 01:27:50 -08:00
libobjc change the changelog entry to: 2004-12-20 14:35:07 -08:00
libstdc++-v3 Daily bump. 2005-01-11 00:16:49 +00:00
maintainer-scripts update_version (ADD_BRANCHES): Replace lno-branch with autovect-branch. 2004-12-31 00:11:08 +00:00
zlib
.cvsignore
ABOUT-NLS
ChangeLog 2005-01-03 Paolo Bonzini <bonzini@gnu.org> 2005-01-03 14:01:13 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.in (sh64-*-*): Reenable gprof. 2004-12-16 19:50:41 +00:00
configure.in configure.in (sh64-*-*): Reenable gprof. 2004-12-16 19:50:41 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS MAINTAINERS: Move myself to OS Port Maintainers for windows, cygwin, mingw. 2004-12-17 23:05:30 +00:00
Makefile.def 2005-01-03 Paolo Bonzini <bonzini@gnu.org> 2005-01-03 14:01:13 +00:00
Makefile.in 2005-01-03 Paolo Bonzini <bonzini@gnu.org> 2005-01-03 14:01:13 +00:00
Makefile.tpl 2005-01-03 Paolo Bonzini <bonzini@gnu.org> 2005-01-03 14:01:13 +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.