This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [BC] Patch: FYI: verifier -vs- uninitialized types
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>, Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 01 Nov 2004 15:33:37 -0700
- Subject: Re: [BC] Patch: FYI: verifier -vs- uninitialized types
- References: <m3k6t5ju7w.fsf@localhost.localdomain><1099340838.1097.8.camel@localhost>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
>> * verify.cc (state::check_no_uninitialized_objects): Removed.
>> (push_jump): Updated.
>> (push_exception_jump): Likewise.
>> (handle_ret_insn): Likewise.
>> (handle_jsr_insn): Likewise.
Mark> Would it be OK to check in this patch also on the trunk?
Fine by me. I'll check it in shortly.
Tom