This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: recent regression
- From: Andrew Haley <aph at redhat dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: Ranjit Mathew <rmathew at gmail dot com>, java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sat, 26 Jun 2004 10:31:26 +0100
- Subject: Re: recent regression
- References: <87y8mcol88.fsf@fleche.redhat.com><40DBC43C.10903@gmail.com><16603.56888.230716.359472@cuddles.cambridge.redhat.com><39399b9d04062502026cf7bba2@mail.gmail.com><16603.60059.360817.29284@cuddles.cambridge.redhat.com><40DC475C.7060608@redhat.com><39399b9d04062509517c41324@mail.gmail.com><40DC9B36.1000701@redhat.com>
Bryce McKinlay writes:
>
> Agreed. Here's a complete patch with redundant CLASS_FROM_SOURCE_P's
> removed. I've run this through the testsuite (no regressions), and also
> built parts of RHUG against it. It seems to fix PR 16768 as well.
>
> OK to commit?
>
> Bryce
>
>
> 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.
Great, thanks.
Andrew.