This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/6163] anonymous class verifier error
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 28 Oct 2004 18:20:21 -0000
- Subject: [Bug java/6163] anonymous class verifier error
- References: <20020403163601.6163.nferrier@tapsellferrier.co.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tromey at gcc dot gnu dot org 2004-10-28 18:20 -------
Nobody is planning to add backward compatibility code here.
The exception was added to the 1.4 verifier because it wasn't
possible to correctly compile valid java programs without it.
So, targeting 1.4 makes the most sense IMO.
If someone wanted to write a patch to provide 1.2 compatibility
in some subset of cases, and made this conditional on a command-line
switch, we may accept it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6163