Go to file
Andrew Haley 2c80f01549 re PR java/19285 (Interfaces not initialized by static field access)
2005-04-28  Andrew Haley  <aph@redhat.com>

        PR java/19285
        * java-tree.h (soft_resolvepoolentry_node): New.
        (alloc_constant_fieldref): Declare.
        * expr.c (expand_java_field_op): Don't call class_init for
        accesses to static fields with indirect dispatch.
        * builtins.c (initialize_builtins): Add "__builtin_expect".
        * decl.c (soft_resolvepoolentry_node): New variable.
        (java_init_decl_processing): Create a decl for
        "_Jv_ResolvePoolEntry".
        * class.c (build_fieldref_cache_entry): New function.
        (build_static_field_ref): Rewrite for indirect dispatch.
        * constants.c (find_name_and_type_constant_tree): New function.
        (alloc_constant_fieldref): Likewise.
        (build_constants_constructor): Handle CONSTANT_Fieldref and
        CONSTANT_NameAndType.

        PR java/21115
        * expr.c (force_evaluation_order): Convert outgoing args smaller
        than integer.

From-SVN: r99010
2005-04-29 18:43:25 +00:00
boehm-gc
config configure: Regenerate. 2005-04-29 13:54:56 +00:00
contrib
fastjar
fixincludes
gcc re PR java/19285 (Interfaces not initialized by static field access) 2005-04-29 18:43:25 +00:00
gnattools
include
INSTALL
intl
libada Fix ada enabled "make html". 2005-04-27 18:39:03 -07:00
libcpp From Andris Pavenis, approved by Zack Weinberg, for DJGPP build problem. 2005-04-27 19:38:59 -07:00
libffi Fix typo in previous patch. 2005-04-29 15:15:01 +02:00
libgfortran configure.ac: Check for ftruncate and chsize. 2005-04-29 14:24:04 +00:00
libiberty
libjava re PR java/19285 (Interfaces not initialized by static field access) 2005-04-29 18:35:36 +00:00
libmudflap
libobjc
libstdc++-v3 type_traits (is_convertible): Adjust according to the resolution of TR1 issue 3.20. 2005-04-28 22:35:09 +00:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
ChangeLog configure: Regenerate. 2005-04-29 13:54:56 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure: Regenerate. 2005-04-29 13:54:56 +00:00
configure.in
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Add self as darwin maintainer. 2005-04-28 04:05:03 +00:00
Makefile.def
Makefile.in
Makefile.tpl
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.