This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12207] Internal compiler error in size_binop, at fold-const.c:2014
- From: "grothoff at cs dot purdue dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Feb 2004 03:22:07 -0000
- Subject: [Bug c/12207] Internal compiler error in size_binop, at fold-const.c:2014
- References: <20030908134123.12207.andrewk@brass.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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