This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
- From: "bojan at antonovic dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 8 Nov 2004 00:11:33 -0000
- Subject: [Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598
- References: <20041107190608.18362.bojan@antonovic.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bojan at antonovic dot com 2004-11-08 00:11 -------
Subject: Re: internal compiler error: in size_binop, at fold-const.c:1598
I receive (with GCC 3.4.2, compiled with GCC 3.4.1, on Mac OS 10.3.5):
for 1) :
com/sun/tools/javac/code/Source.java: In class
`com.sun.tools.javac.code.Source':
com/sun/tools/javac/code/Source.java: In method
`com.sun.tools.javac.code.Source.instance(com.sun.tools.javac.util.Context)':
com/sun/tools/javac/code/Source.java:51: internal compiler error: in
size_binop, at fold-const.c:1598
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
for 2) :
/var/tmp//ccrpzlx6.s:117:FATAL:Symbol
__ZN3com3sun5tools7javadoc20JavadocClassReader$14makeEv already defined.
/var/tmp//ccrpzlx6.s:116:FATAL:Symbol
__ZN3com3sun5tools7javadoc14JavadocEnter$14makeEv already defined.
/var/tmp//ccrpzlx6.s:116:FATAL:Symbol
__ZN3com3sun5tools7javadoc20JavadocMemberEnter$14makeEv already defined.
/var/tmp//ccrpzlx6.s:116:FATAL:Symbol
__ZN3com3sun5tools7javadoc13JavadocTodo$14makeEv already defined.
/var/tmp//ccrpzlx6.s:147:FATAL:Symbol
__ZN3com3sun5tools7javadoc10Messager$14makeEv already defined.
/var/tmp//ccrpzlx6.s:213:FATAL:Symbol
__ZN3com3sun5tools7javadoc10Messager$24makeEv already defined.
com/sun/tools/javadoc/Start.java: In class `com.sun.tools.javadoc.Start':
com/sun/tools/javadoc/Start.java: In method
`com.sun.tools.javadoc.Start.parseAndExecute(java.lang.String[])':
com/sun/tools/javadoc/Start.java:195: internal compiler error: in
size_binop, at fold-const.c:1598
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
My configuration can be seen at:
http://gcc.gnu.org/ml/gcc/2004-09/msg00677.html
Bytheway, I saw GCC 3.4.3 came out. I have to recheck my 2 bugreports
against 3.4.3. Tomorrow will be a compilation day! :)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18362