This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [patch] Java definite assignment
- To: Per Bothner <per at bothner dot com>
- Subject: Re: [patch] Java definite assignment
- From: Tom Tromey <tromey at redhat dot com>
- Date: 06 Feb 2001 10:46:51 -0700
- Cc: gcc-patches at gcc dot gnu dot org, java at gcc dot gnu dot org
- References: <m2r91ck2lh.fsf@kelso.bothner.com>
- Reply-To: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> This does seem like the correct fix, but I haven't tested it
Per> seriously. Could someone try applying it before their next build
Per> and testsuite-run?
Per> * check-init.c (check_init): Don't call done_alternative after
Per> processing loop code, as a LOOP_EXPR never terminates normally.
Changes like this are good candidates for before-and-after runs
through Jacks, to see if they cause regressions and/or improvements.
IMHO.
Tom