Go to file
Richard Kenner 03bf2c237c langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro.
* langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro.
	* toplev.h (struct lang_hooks): New field HONOR_READONLY.
	* emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGING_P from
	TREE_READONLY and TYPE_READONLY if lang_hooks.honor_readonly.
	Set alignment from type if INDIRECT_REF.
	(adjust_address_1, offset_address): Simplify alignment compuitation.
	* expr.c (expand_expr, case INDIRECT_REF): Don't set RTX_UNCHANGING_P
	here; done by set_mem_attributes.

From-SVN: r46361
2001-10-19 15:54:06 -04:00
INSTALL
boehm-gc gc_pthread_redirects.h: Generalize test to use GC_PTHREADS. 2001-10-17 04:55:30 +00:00
config
contrib
fastjar For PR java/4295: 2001-10-17 15:57:03 +00:00
gcc langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro. 2001-10-19 15:54:06 -04:00
include
libchill
libf2c Daily bump. 2001-10-19 07:16:27 +00:00
libffi
libiberty argv.c, [...]: Improve manual formatting. 2001-10-17 17:15:41 -04:00
libjava BufferedWriter.java (write(String,int,int)): Correctly check bounds. 2001-10-18 23:43:59 +00:00
libobjc
libstdc++-v3 std_complex.h: Default initialize second argument of polar to 0, as specified in Library DR #79 2001-10-19 18:43:34 +00:00
maintainer-scripts
zlib
.cvsignore
COPYING
COPYING.LIB
ChangeLog
MAINTAINERS
Makefile.in
README
config-ml.in
config.guess
config.if
config.sub
configure
configure.in
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
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 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.