This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/1207] "Source file newer than class file" warning
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jul 2004 03:50:56 -0000
- Subject: [Bug java/1207] "Source file newer than class file" warning
- References: <20001220121735.1207.mckinlay@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-07-01 03:50 -------
Subject: Bug 1207
CVSROOT: /cvs/gcc
Module name: gcc
Branch: java-gui-branch
Changes by: fitzsim@gcc.gnu.org 2004-07-01 03:50:52
Modified files:
gcc/java : ChangeLog jcf-parse.c parse.y
Log message:
2004-06-27 Bryce McKinlay <mckinlay@redhat.com>
* parse.y (qualify_and_find): Pass type decl, not identifier, to
load_class.
2004-06-25 Bryce McKinlay <mckinlay@redhat.com>
Ranjit Mathew <rmathew@hotmail.com>
PR java/1207
* jcf-parse.c (load_class): Return immediately if passed a type decl
where CLASS_FROM_SOURCE_P is set. Remove FIXME.
* parse.y (do_resolve_class): Remove checks for CLASS_FROM_SOURCE_P
before calling load_class.
(qualify_and_find): Likewise.
(find_in_imports_on_demand): Likewise.
(find_applicable_accessible_methods_list): Likewise.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.1381&r2=1.1381.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/jcf-parse.c.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.160&r2=1.160.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.481&r2=1.481.2.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1207