This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 13:38 -------
passwortGenerator.java again, reduced to that what is really necessary:

class passwortGenerator
   {
   public static void main(String args[])
      {
      for(int i=0;i<1000;1++)
         ;
      }
   }

gcj --main=passwortGenerator -o PasswortGenerator PasswortGenerator.java
PasswortGenerator.java: In class `passwortGenerator':
PasswortGenerator.java: In method `passwortGenerator.main(java.lang.String[])':
PasswortGenerator.java:5: internal compiler error: in emit_move_insn_1, at
expr.c:3543
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.

-- 


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]