This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]