This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

problem with java option -femit-class-files


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.


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