From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9605 invoked by alias); 6 Feb 2004 03:22:08 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 9591 invoked by uid 48); 6 Feb 2004 03:22:07 -0000 Date: Fri, 06 Feb 2004 03:22:00 -0000 Message-ID: <20040206032207.9590.qmail@sources.redhat.com> From: "grothoff at cs dot purdue dot edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030908134123.12207.andrewk@brass.com> References: <20030908134123.12207.andrewk@brass.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/12207] Internal compiler error in size_binop, at fold-const.c:2014 X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg00727.txt.bz2 List-Id: ------- 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 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