This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
problem with java option -femit-class-files
- To: gcc-bugs at gcc dot gnu dot org
- Subject: problem with java option -femit-class-files
- From: Herman ten Brugge <Haj dot Ten dot Brugge at net dot HCC dot nl>
- Date: Fri, 15 Jun 2001 07:37:07 +0100 (WEST)
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.