problem with java option -femit-class-files

Herman ten Brugge Haj.Ten.Brugge@net.HCC.nl
Thu Jun 14 22:36:00 GMT 2001


Hello,

I found a problem with java compiler option '-femit-class-files'.
If the code below (fail.java) is compiled with this option a SEGV occurs:

public class fail { static String[] error = { "error" }; }

The problem seems to me that constructors are not handled correctly.

The problem is present in the 3.0 and 3.1 release.

	Herman.



More information about the Gcc-bugs mailing list