This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
parse.c build failure from gcc-head on Alpha.
- From: George France <france at handhelds dot org>
- To: GCC-Java <java at gcc dot gnu dot org>
- Date: Thu, 7 Mar 2002 16:14:53 -0500
- Subject: parse.c build failure from gcc-head on Alpha.
Greetings,
I do not know if this problem should be reported to the Java mailing list or
the gcc list.
Java builds with egcs-2.91.66 and gcc-3.0.4, but when I attempt to build Java
with gcc-2.95.3 on the alpha architecture, the build gets stuck in an
infinate loop.
gcc -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing
-prototypes -DHAVE_CONFIG_H -I. -Ijava
-I/mnt/u9/toolchain/buildsys/source/
toolchain/gcc -I/mnt/u9/toolchain/buildsys/source/uberbaum/gcc/java
-I/mnt/u9/t
oolchain/buildsys/source/uberbaum/gcc/config
-I/mnt/u9/toolchain/buildsys/sourc
e/uberbaum/gcc/../include
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/java/
parse.c -o java/parse.o
Is this a problem in parse.y that is creating something in parse.c that
gcc-2.95.3 can not digest or a problem in gcc-2.95.3 on alpha??
Any ideas or suggestions would be appreciated.
Thank you in advance.
Best Regards,
--George