[Bug c/12207] Internal compiler error in size_binop, at fold-const.c:2014
grothoff at cs dot purdue dot edu
gcc-bugzilla@gcc.gnu.org
Fri Feb 6 03:22:00 GMT 2004
------- Additional Comments From grothoff at cs dot purdue dot edu 2004-02-06 03:22 -------
I get the "same" ICE doing something quite different.
I was using gcj (gcc (GCC) 3.3.3 20040125 (prerelease) (Debian)). I get the message
compiling a rather trivial method without any arrays (I've shortened the package names):
Method public accept(Interpreter ) -> void
0 aload_1
1 aload_0
2 invokevirtual #5 <Method Interpreter.visit_FLOAD (LFLOAD;)V>
5 return
GCC output:
FLOAD.java: In class `FLOAD':
FLOAD.java: In method `accept(Interpreter)':
FLOAD.java:0: Internal compiler error in size_binop, at fold-const.c:2017
Please submit a full bug report,
with preprocessed source if appropriate.
If someone wants the code to reproduce this problem, don't hesitate to contact me.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12207
More information about the Gcc-bugs
mailing list