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]

javax.servlet.* does not compile with 3.4



I tried compiling one of my projects with a 3.4 snapshot (gcc-3.4-20040128)


Mostly it fares well, but compiling the interface classes for the servlet api it fails.

In my Makefile I do this :

$(JAVA_COMPILER) $(GCJ_COMPILE_OPTIONS) -c \
       \
       javax/servlet/*.class \
       javax/servlet/http/*.class \
       javax/servlet/jsp/*.class \
       javax/servlet/jsp/tagext/*.class \
       -o javax_servlet.o


It works well with GCC 3.3.2, but the 3.4 snapshot fails, and gives me


javax/servlet/FilterChain.class:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


While experimenting I noted that these .class files all compile if i do them one by one.

Could someone please verify this, to find out if it is a bug?

--
Lars Andersen
Rimfaxe Software
http://www.rimfaxe.com



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