This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
ICE on simple (illegal) code in 3.3
- From: "Ranjit Mathew" <rmathew4lists at hotmail dot com>
- To: "GCJ" <java at gcc dot gnu dot org>
- Date: Mon, 17 Feb 2003 12:02:21 +0530
- Subject: ICE on simple (illegal) code in 3.3
- Reply-to: "Ranjit Mathew" <rmathew at hotmail dot com>
Hi,
I'm consistently getting ICE on this simple (illegal) code
with 3.3 on MinGW, but not with 3.2:
--------------------------------- 8< ---------------------------------
public class Foo {
public void bar( ) {
String[] s;
s = { "snafu", "wombat"};
}
}
--------------------------------- 8< ---------------------------------
Does this happen on other platforms as well?
Ranjit.
--
Ranjit Mathew Email: rmathew AT hotmail DOT com
Bangalore, INDIA. Web: http://ranjitmathew.tripod.com/