This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: bug in bytecode compiler 3.3?
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: "Ranjit Mathew" <rmathew at hotmail dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Sun, 23 Feb 2003 20:07:04 +0100
- Subject: RE: bug in bytecode compiler 3.3?
> The following code compiles (with option -C) properly to bytecode in 3.2,
> but doesn't in 3.3 (on minGW):
>>>>>>> That's because I had a kludge put in there that simply converted
>>>>>>> all file names to lowercase as given in this message:
>>>>>>> http://gcc.gnu.org/ml/gcc-patches/2001-04/msg01040.html
>>>>>>> We should have a more robust solution for this.
The strange thing is that the problem didn't occur in 3.2? The message
you're referring to is from April 2001. Hasn't it been applied to 3.2 as
well?