[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

j dot breier at gmx dot de gcc-bugzilla@gcc.gnu.org
Sat Sep 25 14:08:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list