This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Eliminating Assembler Already Defined Messages for Java Library
- To: Per Bothner <per at bothner dot com>
- Subject: Re: Eliminating Assembler Already Defined Messages for Java Library
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Wed, 14 Mar 2001 13:46:28 +1300
- CC: gcc-patches at gcc dot gnu dot org, java-patch at gcc dot gnu dot org, kenner at vlsi1 dot ultra dot nyu dot edu, oldham at codesourcery dot com, java at gcc dot gnu dot org
- References: <10103122246.AA20045@vlsi1.ultra.nyu.edu> <m21ys2xzfg.fsf@kelso.bothner.com> <20010312190326N.mitchell@codesourcery.com> <m2ofv5w8ad.fsf@kelso.bothner.com>
Per Bothner wrote:
> Note I have disabled some error checks for assigning to final
> variables.
> I don't see how it can possibly do the right thing, which
> is to check for "definite assignment" and "definite unnassignment" as
> defined in the (revised) language spec;
Yeah, its broken, see PR 2155:
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2155&database=gcc
We should probibly get rid of the checks on the branch as well - accepts-illegal
is better than rejects-legal IMHO.
regards
[ bryce ]