This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ICE on simple (illegal) code in 3.3


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]