This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] RFA gcj patches
- From: Andrew Haley <aph at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org, "Frank Ch. Eigler" <fche at toohappy dot toronto dot redhat dot com>
- Date: Tue, 28 Oct 2003 19:11:59 +0000
- Subject: [tree-ssa] RFA gcj patches
- References: <200310281652.h9SGqQfX022669@toohappy.toronto.redhat.com>
Frank Ch. Eigler writes:
> (Message work:6003)
> Date: Thu, 09 Oct 2003 17:53:01 EDT
> To:
> From: "Frank Ch. Eigler" <fche@redhat.com>
> Subject: [tree-ssa] RFA gcj patches
>
> The following gcj-related patches aim to solve two different problems.
>
> The first is the removal of an annoying warning message in java/verify.c
> that has been repeatedly discussed as obsolete. It was introduced in
> http://gcc.gnu.org/ml/gcc-patches/2002-08/msg01637.html
> but is declared basically obsolete later, for example
> http://gcc.gnu.org/ml/java/2003-02/msg00586.html
> It shuts gcj up about valid .class files built with jdk 1.4.*.
> 2003-10-09 Frank Ch. Eigler <fche@redhat.com>
>
> * verify.c (verify_jvm_instructions): Don't warn about legal
> eh binding regions generated for example by jdk 1.4.1.
OK for mainline. jdk isn't going to stop doing this.
Andrew.