Go to file
Ziemowit Laski 16b34ad662 c-common.h (objc_lookup_ivar): Add second parameter to prototype.
[gcc/ChangeLog]
2004-10-30  Ziemowit Laski  <zlaski@apple.com>

        * c-common.h (objc_lookup_ivar): Add second parameter to
        prototype.
        * c-typeck.c (build_external_ref): After looking up symbol,
        pass it to objc_lookup_ivar() to decide whether it or the
        ivar should be used, rather than deciding the issue locally.
        * stub-objc.c (objc_lookup_ivar): Add an OTHER parameter,
        which is simply returned in the non-ObjC case.

[gcc/objc/ChangeLog]
2004-10-30  Ziemowit Laski  <zlaski@apple.com>

        * objc-act.c (objc_lookup_ivar): The new OTHER parameter
        contains the result of the ID lookup by the C or C++
        front-end; in class methods, use OTHER if it exists;
        in instance methods, use OTHER only if it is locally
        declared.

[gcc/testsuite/ChangeLog]
2004-10-30  Ziemowit Laski  <zlaski@apple.com>

        * objc.dg/local-decl-1.m: New test.

From-SVN: r89912
2004-10-31 06:17:55 +00:00
boehm-gc
config
contrib btest-gcc.sh (TESTLOGS): The libstdc++-v3 test log is called libstd++.sum not libstdc++-v3.sum. 2004-10-27 18:19:41 +00:00
fastjar
fixincludes Back out controversial fix. 2004-10-29 21:16:51 +00:00
gcc c-common.h (objc_lookup_ivar): Add second parameter to prototype. 2004-10-31 06:17:55 +00:00
include
INSTALL
intl
libada
libcpp re PR c++/18075 (#pragma implementation broken in presence of #pragma ident) 2004-10-27 17:29:29 +00:00
libffi ffi.c (ffi_prep_cif_machdep): Handle functions that return long long values. 2004-10-27 15:10:22 +00:00
libgfortran config.h.in: Regenerate. 2004-10-30 16:23:23 +00:00
libiberty
libjava re PR libgcj/18234 (System property java.library.path doesn't get used by System.loadLibrary()) 2004-10-30 23:58:26 +00:00
libmudflap fail35-,pass53-,pass54-frag.c: New tests. 2004-10-28 21:21:59 +00:00
libobjc
libstdc++-v3 Daily bump. 2004-10-31 00:16:45 +00:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
ChangeLog re PR target/18151 (Disable building of fixincludes for avr target.) 2004-10-28 13:48:03 -06:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure re PR target/18151 (Disable building of fixincludes for avr target.) 2004-10-28 13:48:03 -06:00
configure.in re PR target/18151 (Disable building of fixincludes for avr target.) 2004-10-28 13:48:03 -06:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
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.