javax.servlet.* does not compile with 3.4
Lars Andersen
lars@rimfaxe.com
Thu Jan 29 21:41:00 GMT 2004
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
More information about the Java
mailing list