From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3289 invoked by alias); 25 Sep 2004 14:08:37 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 3274 invoked by uid 48); 25 Sep 2004 14:08:37 -0000 Date: Sat, 25 Sep 2004 14:08:00 -0000 Message-ID: <20040925140837.3272.qmail@sourceware.org> From: "j dot breier at gmx dot de" To: java-prs@gcc.gnu.org In-Reply-To: <20040925132545.17668.j.breier@gmx.de> References: <20040925132545.17668.j.breier@gmx.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/17668] gcj compiler error: "PasswortGenerator.java:11: internal compiler error: in emit_move_insn_1, at expr.c:3543" when using "1++" in the last part of a for statement X-Bugzilla-Reason: CC X-SW-Source: 2004-q3/txt/msg00654.txt.bz2 List-Id: ------- Additional Comments From j dot breier at gmx dot de 2004-09-25 14:08 ------- (In reply to comment #2) > Wrong code: > for(int i=0;i<1000;1++) > > Should increment i and not 1. > -->> for(int i=0;i<1000;i++) Well, yes, I know, but the gcj output told me to "submit a full bug report" Did I do this wrong (I'm quite new to gcc and bugzilla). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17668